MERN - Html (Day 6)
HTML Semantic Tags | Intro What are Semantic Tags? Semantic tags in HTML give meaning to the content they wrap. Instead of using generic and , semantic tags help structure the webpage properly, making it easier for browsers, developers, and search engines to understand. For example, instead of writing: My Website We use: My Website This improves accessibility, SEO, and code readability. 1. Structural Semantic Tags These tags define the layout of a webpage. Tag Meaning Represents the header section of a webpage or section. Contains navigation links (menus, site links). Defines the main content of the webpage. Represents independent content (blog post, news). Groups related content together. Holds side content like ads, links, or extra info. Defines the footer of a page or section. Example: Basic Structure of a Webpage Semantic HTML Example My Website Home | About | Contact Blog Post This is an article about semantic tags. Related Links More articles on HTML. © 2025 My Website 2. Text-Level Semantic Tags These tags are used to enhance text meaning and improve readability. Tag Meaning Example to Headings from largest to smallest. Main Title Defines a paragraph. This is a paragraph. A long quote from another source. Famous quote... Specifies the source of a quote. Book Name Short inline quote. Inline quote. Represents a date or time. June 15, 2025 Example: Using Text-Level Tags HTML Semantic Tags Semantic tags improve website structure and SEO. "Semantic HTML is important for accessibility." As Tim Berners-Lee said, The web is for everyone. Published on June 15, 2025. 3. Grouping & Media Semantic Tags These tags help organize content & multimedia elements. Tag Meaning Example A generic container for grouping elements. Content Used for styling inline text. Important Groups an image with a caption. Caption for an image inside . Image Caption Example: Using Grouping & Media Tags This is a descriptive caption. 4. List Semantic Tags Lists help organize content efficiently. Tag Meaning Example Defines an unordered list (bullets). Item Defines an ordered list (numbers). First List item inside or . Item Defines a description list. TermDefinition Term inside a description list. HTML Description inside a description list. Hypertext Markup Language Example: Using List Tags HTML CSS JavaScript HTML Hypertext Markup Language 5. Form Semantic Tags These tags improve form accessibility and usability. Tag Meaning Example Defines an input form. ... Labels an input field. Name: Defines an input field. Multi-line text input. Defines a clickable button. Submit Example: Using Form Tags Name: Submit

HTML Semantic Tags | Intro
What are Semantic Tags?
Semantic tags in HTML give meaning to the content they wrap. Instead of using generic For example, instead of writing: We use: This improves accessibility, SEO, and code readability.
1. Structural Semantic Tags
These tags define the layout of a webpage.
Example: Basic Structure of a Webpage 2. Text-Level Semantic Tags
These tags are used to enhance text meaning and improve readability.
This is a paragraph. Example: Using Text-Level Tags 3. Grouping & Media Semantic Tags
These tags help organize content & multimedia elements.
Example: Using Grouping & Media Tags 4. List Semantic Tags
Lists help organize content efficiently.
Example: Using List Tags 5. Form Semantic Tags
These tags improve form accessibility and usability.
Example: Using Form Tags, semantic tags help structure the webpage properly, making it easier for browsers, developers, and search engines to understand.
Tag
Meaning
Represents the header section of a webpage or section.
Contains navigation links (menus, site links).
Defines the main content of the webpage.
Represents independent content (blog post, news).
Groups related content together.
Holds side content like ads, links, or extra info.
Defines the footer of a page or section.
lang="en">
Tag
Meaning
Example
to
Headings from largest to smallest.
Main Title
Defines a paragraph.
A long quote from another source.
Famous quote...
Specifies the source of a quote.
Book Name
Short inline quote.
Inline quote.
Represents a date or time.
HTML Semantic Tags
Semantic tags improve website structure and SEO.
"Semantic HTML is important for accessibility."
As Tim Berners-Lee said, The web is for everyone.
Published on .
Tag
Meaning
Example
A generic container for grouping elements.
Used for styling inline text.
Important
Groups an image with a caption.
Caption for an image inside
.
src="image.jpg" alt="Sample Image" width="300">
Tag
Meaning
Example
Defines an unordered list (bullets).
Defines an ordered list (numbers).
List item inside
or
.
Defines a description list.
Term inside a description list.
Description inside a description list.
HTML
CSS
JavaScript
HTML
Hypertext Markup Language
Tag
Meaning
Example
Defines an input form.
Labels an input field.
Defines an input field.
Multi-line text input.
Defines a clickable button.
type="text" id="name">