tgoop.com/html_css_tut/706
Last Update:
Here are all the HTML5 tags with a short summary:
1. <!DOCTYPE html>: Defines the document type and version of HTML.
2. <html>: Defines the root element of an HTML document.
3. <head>: Contains metadata about the document, such as the title and links to stylesheets.
4. <title>: Defines the title of the document, which appears in the browser's title bar.
5. <body>: Contains the visible content of the document.
6. <header>: Defines a header section for a document or section.
7. <nav>: Defines a set of navigation links.
8. <main>: Defines the main content of a document.
9. <section>: Defines a section of a document.
10. <article>: Defines an independent, self-contained piece of content.
11. <aside>: Defines content that is tangentially related to the main content.
12. <footer>: Defines a footer section for a document or section.
13. <h1> to <h6>: Defines headings of different levels.
14. <p>: Defines a paragraph of text.
15. <a>: Defines a hyperlink.
@html_css_tut
BY Coding Tutorials

Share with your friend now:
tgoop.com/html_css_tut/706