HTML tags are the basic component of HTML. Each of them has its own role in creating the web page.
Tags play a key role in creating Web pages and have their own purpose.
https://blogs.sparkifysolu...
Different types of tags used in HTML
1. Structural Tag:
HTML: The main element that wraps the entire HTML document.
Head: It is used to link CSS files or Scripts. It also contains metadata such as page title and character encoding.
Body: This element contains all textual content of a page.
Header: It contains the logos of the website or navigation links that help visitors to find what they are looking for.
Nav: It contains navigation links like Home, Portfolio, About Us, etc.
Main: This is where the main content of the web page will be written. It is also the most important part of the page.
Section: This helps categorize the related content in a category so that it will be easy to locate when needed.
Article: It defines a self-contained article or piece of content.
Aside:
Tags play a key role in creating Web pages and have their own purpose.
https://blogs.sparkifysolu...
Different types of tags used in HTML
1. Structural Tag:
HTML: The main element that wraps the entire HTML document.
Head: It is used to link CSS files or Scripts. It also contains metadata such as page title and character encoding.
Body: This element contains all textual content of a page.
Header: It contains the logos of the website or navigation links that help visitors to find what they are looking for.
Nav: It contains navigation links like Home, Portfolio, About Us, etc.
Main: This is where the main content of the web page will be written. It is also the most important part of the page.
Section: This helps categorize the related content in a category so that it will be easy to locate when needed.
Article: It defines a self-contained article or piece of content.
Aside:
Different types of Tags In HTML -
The essential building block of HTML is HTML tags. Every tag has a specific function in the creation of a web page.There are different types of tags used in HTML.
https://blogs.sparkifysolutions.com/tags-in-html/
2 months ago