SlideShare a Scribd company logo
HTML Semantic Elements
1
HTML Semantic Elements
HTML Semantic
Elements:
A semantic element clearly describes its meaning to both
the browser and the developer.
•Examples of non-semantic elements: <div> and <span> -
Tells nothing about its content.
•Examples of semantic elements: <form>, <table>, and
<article> - Clearly defines its content.
Many web sites contain HTML code like: <div id="nav">
<div class="header"> <div id="footer"> to indicate
navigation, header, and footer.
In HTML there are some semantic elements that can be
used to define different parts of a web page:
•<article>
•<aside>
•<details>
•<figcaption>
•<figure>
•<footer>
•<header>
•<main>
•<mark>
•<nav>
•<section>
•<summary>
•<time>
HTML Semantic Elements
HTML <section> Element:
The <section> element defines a section in a document.
According to W3C's HTML documentation: "A section is a
thematic grouping of content, typically with a heading."
Examples of where a <section> element can be used:
•Chapters
•Introduction
•News items
•Contact information
HTML <article> Element:
HTML <article> Element
The <article> 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 <article> element can be used:
•Forum posts
•Blog posts
•User comments
•Product cards
•Newspaper articles
Nesting <article> In <section>
Or Vice Versa?
Nesting <article> in <section> or Vice Versa?
The <article> element specifies independent, self-
contained content.
The <section> element defines section in a document.
Can we use the definitions to decide how to nest those
elements? No, we cannot! So, you will find HTML pages
with <section> elements containing <article> elements, and
<article> elements containing <section> elements.
HTML <header> Element:
The <header> element represents a container for
introductory content or a set of navigational links.
A <header> element typically contains:
•one or more heading elements (<h1> - <h6>)
•logo or icon
•authorship information.
HTML <footer> Element:
The <footer> element defines a footer for a document or
section.
A <footer> element typically contains:
•authorship information
•copyright information
•contact information
•sitemap
•back to top links
•related documents
You can have several <footer> elements in one document..
HTML <aside> Element:
The <aside> element defines some content aside from the
content it is placed in (like a sidebar).
The <aside> content should be indirectly related to the
surrounding content.
HTML <nav> Element
The <nav> element defines a set of navigation links.
HTML <figure> and
<figcaption> Elements:
The <figure> tag specifies self-contained content, like
illustrations, diagrams, photos, code listings, etc.
The <figcaption> tag defines a caption for a <figure>
element. The <figcaption> element can be placed as the
first or as the last child of a <figure> element.
The <img> element defines the actual image/illustration.
Why Semantic Elements
Work?:
According to a research: "A semantic Web allows data to
be shared and reused across applications, enterprises, and
communities.“
This is why semantic elements work and they are used
greatly to build websites, structure data and etc.
Ad

More Related Content

What's hot (20)

Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSS
Syed Sami
 
Html5 semantics
Html5 semanticsHtml5 semantics
Html5 semantics
Webtech Learning
 
Web Page Authoring 1
Web Page Authoring 1Web Page Authoring 1
Web Page Authoring 1
yht4ever
 
Java script
Java scriptJava script
Java script
Abhishek Kesharwani
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
Eliran Eliassy
 
HTML Semantic Tags
HTML Semantic TagsHTML Semantic Tags
HTML Semantic Tags
Bruce Kyle
 
Css3
Css3Css3
Css3
Deepak Mangal
 
javaScript.ppt
javaScript.pptjavaScript.ppt
javaScript.ppt
sentayehu
 
CSS
CSSCSS
CSS
seedinteractive
 
Html ppt
Html pptHtml ppt
Html ppt
Iblesoft
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
IT Geeks
 
html5.ppt
html5.ppthtml5.ppt
html5.ppt
Niharika Gupta
 
html-css
html-csshtml-css
html-css
Dhirendra Chauhan
 
(Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS (Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS
Dave Kelly
 
Cascading style sheet
Cascading style sheetCascading style sheet
Cascading style sheet
Michael Jhon
 
Css Ppt
Css PptCss Ppt
Css Ppt
Hema Prasanth
 
Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)
AakankshaR
 
Bootstrap PPT Part - 2
Bootstrap PPT Part - 2Bootstrap PPT Part - 2
Bootstrap PPT Part - 2
EPAM Systems
 
Html images
Html imagesHtml images
Html images
Denni Domingo
 
Html forms
Html formsHtml forms
Html forms
M Vishnuvardhan Reddy
 

Similar to HTML Semantic Elements (20)

PRESENTASI PPT 10 Semantic Elements.pptx
PRESENTASI PPT 10 Semantic Elements.pptxPRESENTASI PPT 10 Semantic Elements.pptx
PRESENTASI PPT 10 Semantic Elements.pptx
adihartanto7
 
TPIP-1.pptx front end development of css
TPIP-1.pptx front end development of cssTPIP-1.pptx front end development of css
TPIP-1.pptx front end development of css
KorbanMaheshwari
 
Introduction to the basics of HTML p1.pptx
Introduction to the basics of HTML p1.pptxIntroduction to the basics of HTML p1.pptx
Introduction to the basics of HTML p1.pptx
natyesu
 
Html5
Html5Html5
Html5
gjoabraham
 
Html5
Html5Html5
Html5
gjoabraham
 
BITM3730Week1.pptx
BITM3730Week1.pptxBITM3730Week1.pptx
BITM3730Week1.pptx
MattMarino13
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
Himanshu Pathak
 
Elements
ElementsElements
Elements
Carlos Pari
 
Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...
Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...
Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...
Pushkar Sharma
 
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptxChapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
marjunegabon07
 
html tags chapter 1.pptx
html tags chapter 1.pptxhtml tags chapter 1.pptx
html tags chapter 1.pptx
EngiskaOfficial
 
Learn html elements and structure cheatsheet codecademy
Learn html  elements and structure cheatsheet   codecademyLearn html  elements and structure cheatsheet   codecademy
Learn html elements and structure cheatsheet codecademy
nirmalamanjunath
 
Html5 css3
Html5 css3Html5 css3
Html5 css3
Altaf Pinjari
 
DICT-Standard-Template-4-3-ratio.pptx
DICT-Standard-Template-4-3-ratio.pptxDICT-Standard-Template-4-3-ratio.pptx
DICT-Standard-Template-4-3-ratio.pptx
Eduardo Yu
 
HTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptxHTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptx
wewit44414
 
Mastering HTML: The Building Blocks of the Web
Mastering HTML: The Building Blocks of the WebMastering HTML: The Building Blocks of the Web
Mastering HTML: The Building Blocks of the Web
umarkhan92391
 
Presentation1.pdf
Presentation1.pdfPresentation1.pdf
Presentation1.pdf
shrutiindane
 
Day 2 - Web_Development [basic HTML tags and their functionalities].pptx
Day 2 - Web_Development [basic HTML tags and their functionalities].pptxDay 2 - Web_Development [basic HTML tags and their functionalities].pptx
Day 2 - Web_Development [basic HTML tags and their functionalities].pptx
atiqahmad1013
 
Basics of HTML
Basics of HTMLBasics of HTML
Basics of HTML
Anshuman Tandon
 
html document। .pptx
html document।                                .pptxhtml document।                                .pptx
html document। .pptx
ayanshaikh0054
 
PRESENTASI PPT 10 Semantic Elements.pptx
PRESENTASI PPT 10 Semantic Elements.pptxPRESENTASI PPT 10 Semantic Elements.pptx
PRESENTASI PPT 10 Semantic Elements.pptx
adihartanto7
 
TPIP-1.pptx front end development of css
TPIP-1.pptx front end development of cssTPIP-1.pptx front end development of css
TPIP-1.pptx front end development of css
KorbanMaheshwari
 
Introduction to the basics of HTML p1.pptx
Introduction to the basics of HTML p1.pptxIntroduction to the basics of HTML p1.pptx
Introduction to the basics of HTML p1.pptx
natyesu
 
BITM3730Week1.pptx
BITM3730Week1.pptxBITM3730Week1.pptx
BITM3730Week1.pptx
MattMarino13
 
Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...
Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...
Introduction to HTML: The Building Block of the Web by Infinite Web Solutions...
Pushkar Sharma
 
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptxChapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
Chapter 2 - Introduction to HTML (Basic Structures and Syntax).pptx
marjunegabon07
 
html tags chapter 1.pptx
html tags chapter 1.pptxhtml tags chapter 1.pptx
html tags chapter 1.pptx
EngiskaOfficial
 
Learn html elements and structure cheatsheet codecademy
Learn html  elements and structure cheatsheet   codecademyLearn html  elements and structure cheatsheet   codecademy
Learn html elements and structure cheatsheet codecademy
nirmalamanjunath
 
DICT-Standard-Template-4-3-ratio.pptx
DICT-Standard-Template-4-3-ratio.pptxDICT-Standard-Template-4-3-ratio.pptx
DICT-Standard-Template-4-3-ratio.pptx
Eduardo Yu
 
HTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptxHTML introduction for beginners Slides .pptx
HTML introduction for beginners Slides .pptx
wewit44414
 
Mastering HTML: The Building Blocks of the Web
Mastering HTML: The Building Blocks of the WebMastering HTML: The Building Blocks of the Web
Mastering HTML: The Building Blocks of the Web
umarkhan92391
 
Day 2 - Web_Development [basic HTML tags and their functionalities].pptx
Day 2 - Web_Development [basic HTML tags and their functionalities].pptxDay 2 - Web_Development [basic HTML tags and their functionalities].pptx
Day 2 - Web_Development [basic HTML tags and their functionalities].pptx
atiqahmad1013
 
html document। .pptx
html document।                                .pptxhtml document।                                .pptx
html document। .pptx
ayanshaikh0054
 
Ad

More from Reema (20)

CSS Basic Introduction
CSS Basic IntroductionCSS Basic Introduction
CSS Basic Introduction
Reema
 
Google Analytics Course For Beginners
Google Analytics Course For BeginnersGoogle Analytics Course For Beginners
Google Analytics Course For Beginners
Reema
 
Conclusion Of The Course
Conclusion Of The CourseConclusion Of The Course
Conclusion Of The Course
Reema
 
Introduction
IntroductionIntroduction
Introduction
Reema
 
Create A Texture Pattern:
Create A Texture Pattern:Create A Texture Pattern:
Create A Texture Pattern:
Reema
 
Creating The Footer:
Creating The Footer:Creating The Footer:
Creating The Footer:
Reema
 
Creating The Main Content Area
Creating The Main Content AreaCreating The Main Content Area
Creating The Main Content Area
Reema
 
Create The Quick Quote Section:
Create The Quick Quote Section:Create The Quick Quote Section:
Create The Quick Quote Section:
Reema
 
Create The Featured Project Section:
Create The Featured Project Section:Create The Featured Project Section:
Create The Featured Project Section:
Reema
 
Creating The Navigation Bar:
Creating The Navigation Bar:Creating The Navigation Bar:
Creating The Navigation Bar:
Reema
 
Creating The Logo:
Creating The Logo:Creating The Logo:
Creating The Logo:
Reema
 
Prepare Your Photoshop Document:
Prepare Your Photoshop Document:Prepare Your Photoshop Document:
Prepare Your Photoshop Document:
Reema
 
Conclusion Of The Course
Conclusion Of The CourseConclusion Of The Course
Conclusion Of The Course
Reema
 
Adding A Dash In jQuery:
Adding A Dash In jQuery:Adding A Dash In jQuery:
Adding A Dash In jQuery:
Reema
 
Introduction To jQuery:
Introduction To jQuery:Introduction To jQuery:
Introduction To jQuery:
Reema
 
Introduction To JavaScript Ajax
Introduction To JavaScript AjaxIntroduction To JavaScript Ajax
Introduction To JavaScript Ajax
Reema
 
Introduction To JavaScript
Introduction To JavaScriptIntroduction To JavaScript
Introduction To JavaScript
Reema
 
Responsive Web Development
Responsive Web DevelopmentResponsive Web Development
Responsive Web Development
Reema
 
How To Add CSS The Correct Way.
How To Add CSS The Correct Way.How To Add CSS The Correct Way.
How To Add CSS The Correct Way.
Reema
 
CSS Basic Introduction, Rules, And Tips
CSS Basic Introduction, Rules, And TipsCSS Basic Introduction, Rules, And Tips
CSS Basic Introduction, Rules, And Tips
Reema
 
CSS Basic Introduction
CSS Basic IntroductionCSS Basic Introduction
CSS Basic Introduction
Reema
 
Google Analytics Course For Beginners
Google Analytics Course For BeginnersGoogle Analytics Course For Beginners
Google Analytics Course For Beginners
Reema
 
Conclusion Of The Course
Conclusion Of The CourseConclusion Of The Course
Conclusion Of The Course
Reema
 
Introduction
IntroductionIntroduction
Introduction
Reema
 
Create A Texture Pattern:
Create A Texture Pattern:Create A Texture Pattern:
Create A Texture Pattern:
Reema
 
Creating The Footer:
Creating The Footer:Creating The Footer:
Creating The Footer:
Reema
 
Creating The Main Content Area
Creating The Main Content AreaCreating The Main Content Area
Creating The Main Content Area
Reema
 
Create The Quick Quote Section:
Create The Quick Quote Section:Create The Quick Quote Section:
Create The Quick Quote Section:
Reema
 
Create The Featured Project Section:
Create The Featured Project Section:Create The Featured Project Section:
Create The Featured Project Section:
Reema
 
Creating The Navigation Bar:
Creating The Navigation Bar:Creating The Navigation Bar:
Creating The Navigation Bar:
Reema
 
Creating The Logo:
Creating The Logo:Creating The Logo:
Creating The Logo:
Reema
 
Prepare Your Photoshop Document:
Prepare Your Photoshop Document:Prepare Your Photoshop Document:
Prepare Your Photoshop Document:
Reema
 
Conclusion Of The Course
Conclusion Of The CourseConclusion Of The Course
Conclusion Of The Course
Reema
 
Adding A Dash In jQuery:
Adding A Dash In jQuery:Adding A Dash In jQuery:
Adding A Dash In jQuery:
Reema
 
Introduction To jQuery:
Introduction To jQuery:Introduction To jQuery:
Introduction To jQuery:
Reema
 
Introduction To JavaScript Ajax
Introduction To JavaScript AjaxIntroduction To JavaScript Ajax
Introduction To JavaScript Ajax
Reema
 
Introduction To JavaScript
Introduction To JavaScriptIntroduction To JavaScript
Introduction To JavaScript
Reema
 
Responsive Web Development
Responsive Web DevelopmentResponsive Web Development
Responsive Web Development
Reema
 
How To Add CSS The Correct Way.
How To Add CSS The Correct Way.How To Add CSS The Correct Way.
How To Add CSS The Correct Way.
Reema
 
CSS Basic Introduction, Rules, And Tips
CSS Basic Introduction, Rules, And TipsCSS Basic Introduction, Rules, And Tips
CSS Basic Introduction, Rules, And Tips
Reema
 
Ad

Recently uploaded (20)

Affinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing PresentationAffinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing Presentation
omiller199514
 
Harnessing Hyper-Localisation: A New Era in Retail Strategy
Harnessing Hyper-Localisation: A New Era in Retail StrategyHarnessing Hyper-Localisation: A New Era in Retail Strategy
Harnessing Hyper-Localisation: A New Era in Retail Strategy
RUPAL AGARWAL
 
Introduction to MEDDPICC eLearning PDF.pdf
Introduction to MEDDPICC eLearning PDF.pdfIntroduction to MEDDPICC eLearning PDF.pdf
Introduction to MEDDPICC eLearning PDF.pdf
shonkoop
 
Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)
GeorgeButtler
 
Top 5 Mistakes to Avoid When Writing a Job Application
Top 5 Mistakes to Avoid When Writing a Job ApplicationTop 5 Mistakes to Avoid When Writing a Job Application
Top 5 Mistakes to Avoid When Writing a Job Application
Red Tape Busters
 
www.visualmedia.com digital markiting (1).pptx
www.visualmedia.com digital markiting (1).pptxwww.visualmedia.com digital markiting (1).pptx
www.visualmedia.com digital markiting (1).pptx
Davinder Singh
 
BeMetals_Presentation_May_2025 .pdf
BeMetals_Presentation_May_2025      .pdfBeMetals_Presentation_May_2025      .pdf
BeMetals_Presentation_May_2025 .pdf
DerekIwanaka2
 
Jonathan Valetta: Leading with Purpose and Financial Knowledge
Jonathan Valetta: Leading with Purpose and Financial KnowledgeJonathan Valetta: Leading with Purpose and Financial Knowledge
Jonathan Valetta: Leading with Purpose and Financial Knowledge
Jonathan Valetta
 
Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...
Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...
Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...
TheoRuby
 
Solaris Resources Presentation - Corporate April 2025.pdf
Solaris Resources Presentation - Corporate April 2025.pdfSolaris Resources Presentation - Corporate April 2025.pdf
Solaris Resources Presentation - Corporate April 2025.pdf
pchambers2
 
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
ThiNgc22
 
Influence of Career Development on Retention of Employees in Private Univers...
Influence of Career Development on Retention of  Employees in Private Univers...Influence of Career Development on Retention of  Employees in Private Univers...
Influence of Career Development on Retention of Employees in Private Univers...
publication11
 
intra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.pptintra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.ppt
NTTDATA INTRAMART
 
Petslify Turns Pet Photos into Hug-Worthy Memories
Petslify Turns Pet Photos into Hug-Worthy MemoriesPetslify Turns Pet Photos into Hug-Worthy Memories
Petslify Turns Pet Photos into Hug-Worthy Memories
Petslify
 
TMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptxTMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptx
Marketing847413
 
Disinformation in Society Report 2025 Key Findings
Disinformation in Society Report 2025 Key FindingsDisinformation in Society Report 2025 Key Findings
Disinformation in Society Report 2025 Key Findings
MariumAbdulhussein
 
EquariusAI analytics for business water risk
EquariusAI analytics for business water riskEquariusAI analytics for business water risk
EquariusAI analytics for business water risk
Peter Adriaens
 
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdfLiberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Topvasmm
 
NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi_compressed.pdf
NewBase 05 May 2025  Energy News issue - 1785 by Khaled Al Awadi_compressed.pdfNewBase 05 May 2025  Energy News issue - 1785 by Khaled Al Awadi_compressed.pdf
NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi_compressed.pdf
Khaled Al Awadi
 
waterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docxwaterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docx
Peter Adriaens
 
Affinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing PresentationAffinity.co Lifecycle Marketing Presentation
Affinity.co Lifecycle Marketing Presentation
omiller199514
 
Harnessing Hyper-Localisation: A New Era in Retail Strategy
Harnessing Hyper-Localisation: A New Era in Retail StrategyHarnessing Hyper-Localisation: A New Era in Retail Strategy
Harnessing Hyper-Localisation: A New Era in Retail Strategy
RUPAL AGARWAL
 
Introduction to MEDDPICC eLearning PDF.pdf
Introduction to MEDDPICC eLearning PDF.pdfIntroduction to MEDDPICC eLearning PDF.pdf
Introduction to MEDDPICC eLearning PDF.pdf
shonkoop
 
Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)Smart Home Market Size, Growth and Report (2025-2034)
Smart Home Market Size, Growth and Report (2025-2034)
GeorgeButtler
 
Top 5 Mistakes to Avoid When Writing a Job Application
Top 5 Mistakes to Avoid When Writing a Job ApplicationTop 5 Mistakes to Avoid When Writing a Job Application
Top 5 Mistakes to Avoid When Writing a Job Application
Red Tape Busters
 
www.visualmedia.com digital markiting (1).pptx
www.visualmedia.com digital markiting (1).pptxwww.visualmedia.com digital markiting (1).pptx
www.visualmedia.com digital markiting (1).pptx
Davinder Singh
 
BeMetals_Presentation_May_2025 .pdf
BeMetals_Presentation_May_2025      .pdfBeMetals_Presentation_May_2025      .pdf
BeMetals_Presentation_May_2025 .pdf
DerekIwanaka2
 
Jonathan Valetta: Leading with Purpose and Financial Knowledge
Jonathan Valetta: Leading with Purpose and Financial KnowledgeJonathan Valetta: Leading with Purpose and Financial Knowledge
Jonathan Valetta: Leading with Purpose and Financial Knowledge
Jonathan Valetta
 
Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...
Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...
Web Design Creating User-Friendly and Visually Engaging Websites - April 2025...
TheoRuby
 
Solaris Resources Presentation - Corporate April 2025.pdf
Solaris Resources Presentation - Corporate April 2025.pdfSolaris Resources Presentation - Corporate April 2025.pdf
Solaris Resources Presentation - Corporate April 2025.pdf
pchambers2
 
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
2_English_Vocabulary_In_Use_Pre-Intermediate_Cambridge_-_Fourth_Edition (1).pdf
ThiNgc22
 
Influence of Career Development on Retention of Employees in Private Univers...
Influence of Career Development on Retention of  Employees in Private Univers...Influence of Career Development on Retention of  Employees in Private Univers...
Influence of Career Development on Retention of Employees in Private Univers...
publication11
 
intra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.pptintra-mart Accel series 2025 Spring updates-en.ppt
intra-mart Accel series 2025 Spring updates-en.ppt
NTTDATA INTRAMART
 
Petslify Turns Pet Photos into Hug-Worthy Memories
Petslify Turns Pet Photos into Hug-Worthy MemoriesPetslify Turns Pet Photos into Hug-Worthy Memories
Petslify Turns Pet Photos into Hug-Worthy Memories
Petslify
 
TMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptxTMG - Q3 2025 Earnings Call Slides - v4.pptx
TMG - Q3 2025 Earnings Call Slides - v4.pptx
Marketing847413
 
Disinformation in Society Report 2025 Key Findings
Disinformation in Society Report 2025 Key FindingsDisinformation in Society Report 2025 Key Findings
Disinformation in Society Report 2025 Key Findings
MariumAbdulhussein
 
EquariusAI analytics for business water risk
EquariusAI analytics for business water riskEquariusAI analytics for business water risk
EquariusAI analytics for business water risk
Peter Adriaens
 
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdfLiberal Price To Buy Verified Wise Accounts In 2025.pdf
Liberal Price To Buy Verified Wise Accounts In 2025.pdf
Topvasmm
 
NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi_compressed.pdf
NewBase 05 May 2025  Energy News issue - 1785 by Khaled Al Awadi_compressed.pdfNewBase 05 May 2025  Energy News issue - 1785 by Khaled Al Awadi_compressed.pdf
NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi_compressed.pdf
Khaled Al Awadi
 
waterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docxwaterBeta white paper - 250202- two-column.docx
waterBeta white paper - 250202- two-column.docx
Peter Adriaens
 

HTML Semantic Elements

  • 3. HTML Semantic Elements: A semantic element clearly describes its meaning to both the browser and the developer. •Examples of non-semantic elements: <div> and <span> - Tells nothing about its content. •Examples of semantic elements: <form>, <table>, and <article> - Clearly defines its content. Many web sites contain HTML code like: <div id="nav"> <div class="header"> <div id="footer"> to indicate navigation, header, and footer.
  • 4. In HTML there are some semantic elements that can be used to define different parts of a web page: •<article> •<aside> •<details> •<figcaption> •<figure> •<footer> •<header> •<main> •<mark> •<nav> •<section> •<summary> •<time>
  • 6. HTML <section> Element: The <section> element defines a section in a document. According to W3C's HTML documentation: "A section is a thematic grouping of content, typically with a heading." Examples of where a <section> element can be used: •Chapters •Introduction •News items •Contact information
  • 7. HTML <article> Element: HTML <article> Element The <article> 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 <article> element can be used: •Forum posts •Blog posts •User comments •Product cards •Newspaper articles
  • 8. Nesting <article> In <section> Or Vice Versa? Nesting <article> in <section> or Vice Versa? The <article> element specifies independent, self- contained content. The <section> element defines section in a document. Can we use the definitions to decide how to nest those elements? No, we cannot! So, you will find HTML pages with <section> elements containing <article> elements, and <article> elements containing <section> elements.
  • 9. HTML <header> Element: The <header> element represents a container for introductory content or a set of navigational links. A <header> element typically contains: •one or more heading elements (<h1> - <h6>) •logo or icon •authorship information.
  • 10. HTML <footer> Element: The <footer> element defines a footer for a document or section. A <footer> element typically contains: •authorship information •copyright information •contact information •sitemap •back to top links •related documents You can have several <footer> elements in one document..
  • 11. HTML <aside> Element: The <aside> element defines some content aside from the content it is placed in (like a sidebar). The <aside> content should be indirectly related to the surrounding content. HTML <nav> Element The <nav> element defines a set of navigation links.
  • 12. HTML <figure> and <figcaption> Elements: The <figure> tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc. The <figcaption> tag defines a caption for a <figure> element. The <figcaption> element can be placed as the first or as the last child of a <figure> element. The <img> element defines the actual image/illustration.
  • 13. Why Semantic Elements Work?: According to a research: "A semantic Web allows data to be shared and reused across applications, enterprises, and communities.“ This is why semantic elements work and they are used greatly to build websites, structure data and etc.