"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > SEMANTIC HTML

SEMANTIC HTML

Published on 2024-11-08
Browse:705

SEMANTIC HTML

Semantic HTML is the part of HTML that helps you organize your website in a maintenance and SEO friendly way. SEO stands for: Search Engine Optimization.

When you adhere to HTML semantics when building a site, that site tend to make it easy for search engines to rank it higher, and of course makes it easy for screen readers to navigate your website.

Here are some of the semantic HTML tags:

1-
The "header" tag is where the introductory content of the page, navigation links, menu and/or search bar go into. Brand logos go in there too!

2-
The "main" tag is where the main content of the page go into.

3-
The "article" tag is where independent self contained content go into. Content that makes sense on it's own. This can be a blog post.

4-
The "section" tag breaks down content into parts. It normally includes a heading. Not a "header" tag.

5-
The "aside" tag is used to add secondary or related content to a post on a page.

Note: the "section" tag can be nested in the "article" tag and the "aside" tag can be nested in either.

6-
The "footer" tag contains information about the page like; contact, links and legal information.

Thank you, and i hope this helps!

Release Statement This article is reproduced at: https://dev.to/pacmansnr_01/semantic-html-32d9?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3