DEV Community

Moses
Moses

Posted on

SEMANTIC HTML

what is semantic html

Is an approach of writing a html code that emphasizes the use of HTML to convey the meaning and structure of the content,rather than its presentation.This approach improves accessibility,SEO and code maintainability

BENEFITS

1.Improved accessibility:Screen readers and assistive technologies can better understand the content.
2.Better SEO:Such engines can understand the structure and content of the page.
3.Easier maintainance:Code is more readable and maintainable

COMMON SEMANTIC HTML TAGS

1.
2.
3.
4.
5.
6.
7.

Top comments (0)