logo_HZ

HTML Semantic Elements – W3Schools

# HTML Semantic Elements
Semantic elements = elements with a meaning.

Examples of **semantic** elements: ``, `

`, and `

` – Clearly defines its content.

– Chapters
– Introduction
– News items
– Contact information
A web page could normally be split into sections for introduction,
content, and contact information.

## HTML

Element
The `

` element specifies independent, self-contained content.
An article should make sense on its own, and it should be possible to
distribute it independently from the rest of the web site.
Examples of where the `

` element can be used:
– Forum posts
– Blog posts
– User comments
– Product cards
– Newspaper articles

### Example 2
Use CSS to style the

element:




## HTML

Element

a set of navigational links.
A `

` element typically contains:
– one or more heading elements (

)
– logo or icon
– authorship information
**Note:** You can have several `

` elements in one
HTML document.

### Example
A header for an

:

What Does WWF Do?

WWF’s mission:

WWF’s mission is to stop the degradation of our planet’s natural environment,

|Tag|Description|
|–|–|
|

|Defines independent, self-contained content|
|

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top