SlideShare a Scribd company logo
Html5 Basic Structure
HTML5 is a markup language for structuring and
presenting content for the World Wide Web.
NEW MARK
UPs
JAVA SCRIPT
API’s HTML 5
hgroup
RT Aside
Section Canvas
Header
Time
Command Mark
Details Nav
Summary
Ruby
Article Footer
Audio
Datalist
Keygen Source
Meter
Output
Fig
caption
ProgressVideo Embed
Main contents of the article or
Primary contents.
It contains the primary
Information of the WEB PAGE.
In your page there must be one
article, it shows the reader the
basic information about the page.
It is the Main content of the page.
Article
ARTICLE
It contain the little bit
information about
something, may be it’s your
product, page, Blog info. ,
Person info. , etc.
Mostly use see it into a
magazines.
Aside
Aside
The Audio and Video
support in the Browser.
The Source Tag is use to
show the path of your Audio
and video file.
Audio and Video
Audio
Source
Video
Source
Use to embed the Third
Party Object like Flash
Player, Silverlight
Player.
Embed
Embed
Work Side By Side.
We can attach a figure in
any image format (.jpeg,
.png, .bmp) by the use of
the source.
We can also put the little
bit info about the image.
Figure and Fig caption
Figure
Figcaption
Source
It basically Contain the
Information of the Copy
write information (©), and
the upper and lower links,
Branding taglines,
Sponsors, ..etc.
In every standard webpage
there is a header and
footer.
Header and Footer
Footer
Header
Keygen Contain the
Cryptography information to
the webpage and back to the
server.
Canvas is the powerful tool use
to put the SAVE button and all
such things.
Button coding is done in XAML.
Canvas and Keygen
Canvas
It shows the date and
time into your
webpage.
It’ll show the time
spend by the user, or
the last date and time
when webpage get
updated.
Time and Date
Time and Date
Server 2d
Context
XML HTTP
Request Level2
Messaging
Geolocation
Server Events
HTML Micro
data
Selection
Contacts
Indexed
Database
Web
Workers
Forms
Offline
Apps
Web
Storage
Web
Sockets
Media CaptureAPI’s Web SQL DB
Contact : You can directly attach your gmail, facebook, linkedin,
slideshare contacts into your Browser.
Selection : It Support the CSS and JQuery selection.
Offline Apps : You can Mark some items which is used in offline
mode by user.
Indexed Database : It is a local database into you webpage.
Web SQL DB : It works as the local database into your Browser.
Web Workers : Helps to calculate major calculations parallel with
you browser or in the background.
API’s Details
Messaging : Use to communicate the web workers with the
Browser
Web Storage : a) Session storage : page to page
b) Local Storage --> Cookies (client to server).
Web Socket : Instant messaging (IM).
Ajax : XML HTTPrequest Level2 : Cross domain request.
Forms : Use to add datatype Like email.
API’s Details (cont..)
Some startup Tags
<!doctype html>
<Head>
<titile> XYZ </titlte>
</Head>
</body>
<other tags> ABC </other tags>
<other tags > ABC</other tags>
<other tags >ABC</other tags>
</Body>
</html>
Working With HTML5…
The basic HELLO World Web Page….
Framing
Click on the click me
button, there we find
the notepad file having
some written text….
Now we have to modify
that note file into some
good looking webpage..
<meta charset="utf-8">
<hgroup>
<h1>abc</h1>
<h2>abc</h2>
<p> xyz <br> </p>
<b><u>ABC</u></b>
</hgroup>
Ordered and Unordered List
<nav>
<ol>
<li> <a href”ABC”> XYZ</a></li>
<li> <a href”ABC”> XYZ</a></li>
</ol>
<ul>
<li> <a href”ABC”> XYZ</a></li>
<li> <a href”ABC”> XYZ</a></li>
</ul>
</nav>
Add a Image and Caption
<figure>
<img src=“XYZ” alt=“ABC”>
<figcaption>DETAIL OF THE GIVEN
IMAGE
</figcaption>
</figure>
Header And Footer
<footer>
<small>Copyright © 2012-2014</small>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</footer>
What is CSS3 ?
(CSS) is a style sheet language used for describing
the presentation semantics (the look and formatting)
of a document written in a markup language.
(CSS) is designed primarily to enable the separation
of document content (written in HTML or a similar
markup language) from document presentation,
including elements such as the layout, colors, and
fonts.
How to Attach the CSS file.
Link rel :- It represent that you like to relate your page with some
other page, through which enhance the styling of your Page.
Type :- It represent the format of the file.
Href :- Source File of the file having the extension (.css).
Media :- It is the tag which represent the output of the page.
First we have to write a code before ending the head tag.
<head>
<link rel="stylesheet" type="text/css" href="styles.css"
media="screen">
</head>
Working with..
Body
H1
H2
Hgroup
P
Section
Image
Aside
Nav
Footer
font-family
font-size:
width:
background-
color:
Color:
margin-right:
margin-left
padding
Overflow
Float:
Height:
Border
Shadow:
Html5 Basic Structure
How To Validate your HTML5
Code.
In place of Address,
Choose TEXT FIEDL.
Copy your main page
Code there.
And Click VALIDATE
Note :- Your Device (PC, Laptop, other) must connected to internet network.
To Know More…
1.Channel 9
2.W3 School
3.W3Org
4.Tutorial Point
5.Html Goodies
https://twitter.com/Niketch786
https://www.facebook.com/niket786
www.slideshare.net/niket7861
http://niket786.webs.com
http://innovtechno.blogspot.com
E-Mail :- niket786@hotmail.com

More Related Content

PPT
Introduction to JavaScript
Andres Baravalle
 
PPT
Php Presentation
Manish Bothra
 
PDF
Introduction to the Semantic Web
Marin Dimitrov
 
PPT
CSS Basics
WordPress Memphis
 
PPTX
Restful web services ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Web development using asp.net
Jagrit Vishwakarma
 
PPT
Java Presentation
pm2214
 
PPT
Fundamentals of JAVA
KUNAL GADHIA
 
Introduction to JavaScript
Andres Baravalle
 
Php Presentation
Manish Bothra
 
Introduction to the Semantic Web
Marin Dimitrov
 
CSS Basics
WordPress Memphis
 
Web development using asp.net
Jagrit Vishwakarma
 
Java Presentation
pm2214
 
Fundamentals of JAVA
KUNAL GADHIA
 

What's hot (20)

PPT
Lecture 01 introduction to database
emailharmeet
 
PPTX
Introduction to ajax
Pihu Goel
 
PPT
Unit 03 dbms
anuragmbst
 
PPT
Php mysql ppt
Karmatechnologies Pvt. Ltd.
 
PPT
Xhtml
Manav Prasad
 
PPTX
Html, CSS & Web Designing
Leslie Steele
 
PPT
Swing and AWT in java
Adil Mehmoood
 
PPT
Server Side Technologies
tawi123
 
PPTX
GUI components in Java
kirupasuchi1996
 
PPTX
Java awt (abstract window toolkit)
Elizabeth alexander
 
PPT
Html basics
mcatahir947
 
PPTX
ASP.NET Lecture 1
Julie Iskander
 
PPTX
Html5 tutorial for beginners
Singsys Pte Ltd
 
PPTX
Sgml and xml
Jaya Kumari
 
PPT
Asp.net.
Naveen Sihag
 
PDF
Introduction to Web Services
Thanachart Numnonda
 
PDF
Dynamic Web
Dave Wallace
 
Lecture 01 introduction to database
emailharmeet
 
Introduction to ajax
Pihu Goel
 
Unit 03 dbms
anuragmbst
 
Html, CSS & Web Designing
Leslie Steele
 
Swing and AWT in java
Adil Mehmoood
 
Server Side Technologies
tawi123
 
GUI components in Java
kirupasuchi1996
 
Java awt (abstract window toolkit)
Elizabeth alexander
 
Html basics
mcatahir947
 
ASP.NET Lecture 1
Julie Iskander
 
Html5 tutorial for beginners
Singsys Pte Ltd
 
Sgml and xml
Jaya Kumari
 
Asp.net.
Naveen Sihag
 
Introduction to Web Services
Thanachart Numnonda
 
Dynamic Web
Dave Wallace
 
Ad

Viewers also liked (18)

PPT
Introduction to XML
Jussi Pohjolainen
 
PPTX
The Difference between HTML, XHTML & HTML5 for Beginners
Rasin Bekkevold
 
PPTX
Document object model
Amit kumar
 
PPT
Eduvision - Webinar html5 css3
Eduvision Opleidingen
 
PPTX
Quarter 3 tiers
mbrilla
 
PPT
Intro to HTML5
Vlad Posea
 
PPT
HTML
Vikas Jagtap
 
PPT
Markup Languages
Senthil Kanth
 
DOCX
Differences Between Architectures
prasadsmn
 
PPT
10 - Structure and Synthesis of Alcohols - Wade 7th
Nattawut Huayyai
 
DOCX
Hotel management notes link
Dr. Sunil Kumar
 
PDF
How to 10x Your Content Team’s Productivity
Kissmetrics on SlideShare
 
PDF
An Introduction To HTML5
Robert Nyman
 
PPTX
Protein structure: details
damarisb
 
PPT
Introduction to HTML
MayaLisa
 
PPT
Structural steel
vinod singh
 
Introduction to XML
Jussi Pohjolainen
 
The Difference between HTML, XHTML & HTML5 for Beginners
Rasin Bekkevold
 
Document object model
Amit kumar
 
Eduvision - Webinar html5 css3
Eduvision Opleidingen
 
Quarter 3 tiers
mbrilla
 
Intro to HTML5
Vlad Posea
 
Markup Languages
Senthil Kanth
 
Differences Between Architectures
prasadsmn
 
10 - Structure and Synthesis of Alcohols - Wade 7th
Nattawut Huayyai
 
Hotel management notes link
Dr. Sunil Kumar
 
How to 10x Your Content Team’s Productivity
Kissmetrics on SlideShare
 
An Introduction To HTML5
Robert Nyman
 
Protein structure: details
damarisb
 
Introduction to HTML
MayaLisa
 
Structural steel
vinod singh
 
Ad

Similar to Html5 Basic Structure (20)

PDF
HTML5 Refresher
Ivano Malavolta
 
PPTX
Presentation about html5 css3
Gopi A
 
PDF
HTML5 and CSS3 refresher
Ivano Malavolta
 
PPT
05-06 HTML lecture FOR BS STUDENTS IUB.ppt
allsoftwarekeys
 
PPTX
Html5 tutorial
madhavforu
 
PPTX
Web design and Development
Shagor Ahmed
 
PPTX
CAP 756 UNIT 1.pptx
vahidullahahmed
 
PPTX
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
ZahouAmel1
 
ODP
Html5
mikusuraj
 
PDF
HTML5 & CSS3 refresher for mobile apps
Ivano Malavolta
 
PDF
Introduction to HTML5
Gil Fink
 
PPT
Websites Unlimited - Pay Monthly Websites
websiteunlimited
 
PPTX
HTML5-Tutorial-For-Beginn.6202488.pptx
BCAGen
 
PPTX
HTML5 introduction for beginners
Vineeth N Krishnan
 
PPTX
Day of code
Evan Farr
 
PPTX
Html5
gjoabraham
 
PPTX
Html5
gjoabraham
 
PPTX
Training HTML
Motasem alsmadi
 
PDF
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
Aaron Gustafson
 
PPSX
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
John Hartley
 
HTML5 Refresher
Ivano Malavolta
 
Presentation about html5 css3
Gopi A
 
HTML5 and CSS3 refresher
Ivano Malavolta
 
05-06 HTML lecture FOR BS STUDENTS IUB.ppt
allsoftwarekeys
 
Html5 tutorial
madhavforu
 
Web design and Development
Shagor Ahmed
 
CAP 756 UNIT 1.pptx
vahidullahahmed
 
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
ZahouAmel1
 
Html5
mikusuraj
 
HTML5 & CSS3 refresher for mobile apps
Ivano Malavolta
 
Introduction to HTML5
Gil Fink
 
Websites Unlimited - Pay Monthly Websites
websiteunlimited
 
HTML5-Tutorial-For-Beginn.6202488.pptx
BCAGen
 
HTML5 introduction for beginners
Vineeth N Krishnan
 
Day of code
Evan Farr
 
Html5
gjoabraham
 
Html5
gjoabraham
 
Training HTML
Motasem alsmadi
 
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
Aaron Gustafson
 
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
John Hartley
 

More from Niket Chandrawanshi (10)

PPTX
How MQTT work ?
Niket Chandrawanshi
 
PPS
Programming in Arduino (Part 2)
Niket Chandrawanshi
 
PPS
Programming in Arduino (Part 1)
Niket Chandrawanshi
 
PPS
Arduino Uno Pin Description
Niket Chandrawanshi
 
PPS
What is Arduino ?
Niket Chandrawanshi
 
PDF
37 things you should Do before Die !!!
Niket Chandrawanshi
 
PPTX
Microsoft student partners fy14 reruitment
Niket Chandrawanshi
 
PPTX
Windows Azure Overview
Niket Chandrawanshi
 
PPSX
VLC Visible light communication (leaders of li fi)
Niket Chandrawanshi
 
How MQTT work ?
Niket Chandrawanshi
 
Programming in Arduino (Part 2)
Niket Chandrawanshi
 
Programming in Arduino (Part 1)
Niket Chandrawanshi
 
Arduino Uno Pin Description
Niket Chandrawanshi
 
What is Arduino ?
Niket Chandrawanshi
 
37 things you should Do before Die !!!
Niket Chandrawanshi
 
Microsoft student partners fy14 reruitment
Niket Chandrawanshi
 
Windows Azure Overview
Niket Chandrawanshi
 
VLC Visible light communication (leaders of li fi)
Niket Chandrawanshi
 

Recently uploaded (20)

PDF
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPTX
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
PPTX
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
PDF
NewMind AI Monthly Chronicles - July 2025
NewMind AI
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PPTX
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
AVTRON Technologies LLC
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
How to Build a Scalable Micro-Investing Platform in 2025 - A Founder’s Guide ...
Third Rock Techkno
 
Software Development Methodologies in 2025
KodekX
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
NewMind AI Monthly Chronicles - July 2025
NewMind AI
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
This slide provides an overview Technology
mineshkharadi333
 
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
AVTRON Technologies LLC
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Doc9.....................................
SofiaCollazos
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
DevOps & Developer Experience Summer BBQ
AUGNYC
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 

Html5 Basic Structure

  • 2. HTML5 is a markup language for structuring and presenting content for the World Wide Web. NEW MARK UPs JAVA SCRIPT API’s HTML 5
  • 3. hgroup RT Aside Section Canvas Header Time Command Mark Details Nav Summary Ruby Article Footer Audio Datalist Keygen Source Meter Output Fig caption ProgressVideo Embed
  • 4. Main contents of the article or Primary contents. It contains the primary Information of the WEB PAGE. In your page there must be one article, it shows the reader the basic information about the page. It is the Main content of the page. Article ARTICLE
  • 5. It contain the little bit information about something, may be it’s your product, page, Blog info. , Person info. , etc. Mostly use see it into a magazines. Aside Aside
  • 6. The Audio and Video support in the Browser. The Source Tag is use to show the path of your Audio and video file. Audio and Video Audio Source Video Source
  • 7. Use to embed the Third Party Object like Flash Player, Silverlight Player. Embed Embed
  • 8. Work Side By Side. We can attach a figure in any image format (.jpeg, .png, .bmp) by the use of the source. We can also put the little bit info about the image. Figure and Fig caption Figure Figcaption Source
  • 9. It basically Contain the Information of the Copy write information (©), and the upper and lower links, Branding taglines, Sponsors, ..etc. In every standard webpage there is a header and footer. Header and Footer Footer Header
  • 10. Keygen Contain the Cryptography information to the webpage and back to the server. Canvas is the powerful tool use to put the SAVE button and all such things. Button coding is done in XAML. Canvas and Keygen Canvas
  • 11. It shows the date and time into your webpage. It’ll show the time spend by the user, or the last date and time when webpage get updated. Time and Date Time and Date
  • 12. Server 2d Context XML HTTP Request Level2 Messaging Geolocation Server Events HTML Micro data Selection Contacts Indexed Database Web Workers Forms Offline Apps Web Storage Web Sockets Media CaptureAPI’s Web SQL DB
  • 13. Contact : You can directly attach your gmail, facebook, linkedin, slideshare contacts into your Browser. Selection : It Support the CSS and JQuery selection. Offline Apps : You can Mark some items which is used in offline mode by user. Indexed Database : It is a local database into you webpage. Web SQL DB : It works as the local database into your Browser. Web Workers : Helps to calculate major calculations parallel with you browser or in the background. API’s Details
  • 14. Messaging : Use to communicate the web workers with the Browser Web Storage : a) Session storage : page to page b) Local Storage --> Cookies (client to server). Web Socket : Instant messaging (IM). Ajax : XML HTTPrequest Level2 : Cross domain request. Forms : Use to add datatype Like email. API’s Details (cont..)
  • 15. Some startup Tags <!doctype html> <Head> <titile> XYZ </titlte> </Head> </body> <other tags> ABC </other tags> <other tags > ABC</other tags> <other tags >ABC</other tags> </Body> </html>
  • 16. Working With HTML5… The basic HELLO World Web Page….
  • 17. Framing Click on the click me button, there we find the notepad file having some written text…. Now we have to modify that note file into some good looking webpage.. <meta charset="utf-8"> <hgroup> <h1>abc</h1> <h2>abc</h2> <p> xyz <br> </p> <b><u>ABC</u></b> </hgroup>
  • 18. Ordered and Unordered List <nav> <ol> <li> <a href”ABC”> XYZ</a></li> <li> <a href”ABC”> XYZ</a></li> </ol> <ul> <li> <a href”ABC”> XYZ</a></li> <li> <a href”ABC”> XYZ</a></li> </ul> </nav>
  • 19. Add a Image and Caption <figure> <img src=“XYZ” alt=“ABC”> <figcaption>DETAIL OF THE GIVEN IMAGE </figcaption> </figure>
  • 20. Header And Footer <footer> <small>Copyright © 2012-2014</small> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </footer>
  • 21. What is CSS3 ? (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. (CSS) is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts.
  • 22. How to Attach the CSS file. Link rel :- It represent that you like to relate your page with some other page, through which enhance the styling of your Page. Type :- It represent the format of the file. Href :- Source File of the file having the extension (.css). Media :- It is the tag which represent the output of the page. First we have to write a code before ending the head tag. <head> <link rel="stylesheet" type="text/css" href="styles.css" media="screen"> </head>
  • 25. How To Validate your HTML5 Code. In place of Address, Choose TEXT FIEDL. Copy your main page Code there. And Click VALIDATE Note :- Your Device (PC, Laptop, other) must connected to internet network.
  • 26. To Know More… 1.Channel 9 2.W3 School 3.W3Org 4.Tutorial Point 5.Html Goodies https://twitter.com/Niketch786 https://www.facebook.com/niket786 www.slideshare.net/niket7861 http://niket786.webs.com http://innovtechno.blogspot.com E-Mail :- [email protected]