15 Important tags in HTML (with defenition)

 
  1. <html>: The root element of an HTML document.
  2. <head>: Contains meta-information about the document, such as the title and links to CSS and JavaScript files.
  3. <title>: The title of the paper, which appears in the browser's title bar or tab.
  4. <body>: Contains the document's content, such as text, images, and links.
  5. <header>: Represents a container for introductory content or navigational links.
  6. <nav>: Represents a section of a document intended for navigation.
  7. <main>: Represents the main content of a document.
  8. <section>: Represents a thematic grouping of content.
  9. <article>: Represents a self-contained composition in a document, such as a blog post or forum post.
  10. <aside>: Represents a section of a document containing content that is related to the main content, but separates from it.
  11. <footer>: Represents a container for the footer of a document or a section.
  12. <p>: Represents a paragraph of text.
  13. <a>: Represents a hyperlink to another web page or a specific location on the same page.
  14. <img>: Represents an image.
  15. <div>: Represents a section of a document that can be used as a container for other HTML elements.


Post a Comment

0 Comments