Skip to content

Refactors HTML structure for semantic compliance#21

Open
SavannahGoodnight wants to merge 1 commit intoCodeYouOrg:mainfrom
SavannahGoodnight:main
Open

Refactors HTML structure for semantic compliance#21
SavannahGoodnight wants to merge 1 commit intoCodeYouOrg:mainfrom
SavannahGoodnight:main

Conversation

@SavannahGoodnight
Copy link

Improves the HTML structure by replacing non-semantic elements with appropriate semantic tags, such as using <header>, <nav>, and <footer>.

Fixes issues with empty attributes and incorrect tags to enhance accessibility and maintainability.

Ensures all HTML tags are properly closed and structured, contributing to better code quality.

Improves the HTML structure by replacing non-semantic elements with appropriate semantic tags, such as using `<header>`, `<nav>`, and `<footer>`. 

Fixes issues with empty attributes and incorrect tags to enhance accessibility and maintainability. 

Ensures all HTML tags are properly closed and structured, contributing to better code quality.
Copy link
Author

@SavannahGoodnight SavannahGoodnight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tasks completed.

Copy link
Author

@SavannahGoodnight SavannahGoodnight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected.

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.

2 participants

Comments