Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semantic HTML #39

Merged
merged 29 commits into from
Feb 8, 2024
Merged

Semantic HTML #39

merged 29 commits into from
Feb 8, 2024

Conversation

JuzerShakir
Copy link
Owner

@JuzerShakir JuzerShakir commented Feb 2, 2024

This PR implements semantic HTML tags for improved accessibility (e.g., screen reader navigation) and developer readability and maintainability (reduced code complexity).

  • Screen reader compatibility: Improves screen reader navigation by using semantic HTML tags for headings, navigation, and content structure.
  • Code clarity: Makes code more self-documenting and easier to understand by using meaningful HTML tags.

Source: HTML Standard for semantics & structure.

@JuzerShakir JuzerShakir marked this pull request as ready for review February 2, 2024 07:04
@JuzerShakir JuzerShakir marked this pull request as draft February 2, 2024 12:53
@JuzerShakir JuzerShakir marked this pull request as ready for review February 8, 2024 13:06
@JuzerShakir JuzerShakir merged commit 98f5ed8 into master Feb 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant