SlideShare a Scribd company logo
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:
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

What's hot

Asp.Net Core MVC with Entity Framework
Asp.Net Core MVC with Entity FrameworkAsp.Net Core MVC with Entity Framework
Asp.Net Core MVC with Entity Framework
Shravan A
 
Php
PhpPhp
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners
Singsys Pte Ltd
 
JavaScript & Dom Manipulation
JavaScript & Dom ManipulationJavaScript & Dom Manipulation
JavaScript & Dom Manipulation
Mohammed Arif
 
Asp Net Advance Topics
Asp Net Advance TopicsAsp Net Advance Topics
Asp Net Advance TopicsAli Taki
 
Specificity and CSS Selectors
Specificity and CSS SelectorsSpecificity and CSS Selectors
Specificity and CSS Selectors
palomateach
 
Bootstrap PPT by Mukesh
Bootstrap PPT by MukeshBootstrap PPT by Mukesh
Bootstrap PPT by Mukesh
Mukesh Kumar
 
Java Servlets
Java ServletsJava Servlets
Java Servlets
BG Java EE Course
 
An Introduction To REST API
An Introduction To REST APIAn Introduction To REST API
An Introduction To REST API
Aniruddh Bhilvare
 
Html5 semantics
Html5 semanticsHtml5 semantics
Html5 semantics
Webtech Learning
 
Lecture 5: Client Side Programming 1
Lecture 5: Client Side Programming 1Lecture 5: Client Side Programming 1
Lecture 5: Client Side Programming 1
Artificial Intelligence Institute at UofSC
 
JQuery introduction
JQuery introductionJQuery introduction
JQuery introduction
NexThoughts Technologies
 
Ordered lists
Ordered listsOrdered lists
Ordered lists
Toni Norman
 
Linq
LinqLinq
Python - Lecture 11
Python - Lecture 11Python - Lecture 11
Python - Lecture 11
Ravi Kiran Khareedi
 
REST & RESTful Web Services
REST & RESTful Web ServicesREST & RESTful Web Services
REST & RESTful Web Services
Halil Burak Cetinkaya
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
Arulmurugan Rajaraman
 

What's hot (20)

Sgml
SgmlSgml
Sgml
 
Asp.Net Core MVC with Entity Framework
Asp.Net Core MVC with Entity FrameworkAsp.Net Core MVC with Entity Framework
Asp.Net Core MVC with Entity Framework
 
Php
PhpPhp
Php
 
php
phpphp
php
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners
 
JavaScript & Dom Manipulation
JavaScript & Dom ManipulationJavaScript & Dom Manipulation
JavaScript & Dom Manipulation
 
Asp Net Advance Topics
Asp Net Advance TopicsAsp Net Advance Topics
Asp Net Advance Topics
 
Specificity and CSS Selectors
Specificity and CSS SelectorsSpecificity and CSS Selectors
Specificity and CSS Selectors
 
Bootstrap PPT by Mukesh
Bootstrap PPT by MukeshBootstrap PPT by Mukesh
Bootstrap PPT by Mukesh
 
Java Servlets
Java ServletsJava Servlets
Java Servlets
 
An Introduction To REST API
An Introduction To REST APIAn Introduction To REST API
An Introduction To REST API
 
Html5 semantics
Html5 semanticsHtml5 semantics
Html5 semantics
 
Lecture 5: Client Side Programming 1
Lecture 5: Client Side Programming 1Lecture 5: Client Side Programming 1
Lecture 5: Client Side Programming 1
 
JQuery introduction
JQuery introductionJQuery introduction
JQuery introduction
 
Ordered lists
Ordered listsOrdered lists
Ordered lists
 
Linq
LinqLinq
Linq
 
Python - Lecture 11
Python - Lecture 11Python - Lecture 11
Python - Lecture 11
 
Php mysql ppt
Php mysql pptPhp mysql ppt
Php mysql ppt
 
REST & RESTful Web Services
REST & RESTful Web ServicesREST & RESTful Web Services
REST & RESTful Web Services
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 

Viewers also liked

Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
Jussi Pohjolainen
 
The Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for BeginnersThe Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for Beginners
Rasin Bekkevold
 
Document object model
Document object modelDocument object model
Document object model
Amit kumar
 
Eduvision - Webinar html5 css3
Eduvision - Webinar html5 css3Eduvision - Webinar html5 css3
Eduvision - Webinar html5 css3
Eduvision Opleidingen
 
XML
XMLXML
Quarter 3 tiers
Quarter 3 tiers Quarter 3 tiers
Quarter 3 tiers
mbrilla
 
Intro to HTML5
Intro to HTML5Intro to HTML5
Intro to HTML5Vlad Posea
 
HTML
HTML HTML
Markup Languages
Markup Languages Markup Languages
Markup Languages
Senthil Kanth
 
Differences Between Architectures
Differences Between ArchitecturesDifferences Between Architectures
Differences Between Architecturesprasadsmn
 
Xml
XmlXml
10 - Structure and Synthesis of Alcohols - Wade 7th
10 - Structure and Synthesis of Alcohols - Wade 7th10 - Structure and Synthesis of Alcohols - Wade 7th
10 - Structure and Synthesis of Alcohols - Wade 7th
Nattawut Huayyai
 
Hotel management notes link
Hotel management notes linkHotel management notes link
Hotel management notes link
Dr. Sunil Kumar
 
How to 10x Your Content Team’s Productivity
How to 10x Your Content Team’s ProductivityHow to 10x Your Content Team’s Productivity
How to 10x Your Content Team’s Productivity
Kissmetrics on SlideShare
 
An Introduction To HTML5
An Introduction To HTML5An Introduction To HTML5
An Introduction To HTML5
Robert Nyman
 
Protein structure: details
Protein structure: detailsProtein structure: details
Protein structure: detailsdamarisb
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
MayaLisa
 
Structural steel
Structural steelStructural steel
Structural steel
vinod singh
 

Viewers also liked (20)

Dom Structure in html
Dom Structure in htmlDom Structure in html
Dom Structure in html
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
The Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for BeginnersThe Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for Beginners
 
Document object model
Document object modelDocument object model
Document object model
 
Eduvision - Webinar html5 css3
Eduvision - Webinar html5 css3Eduvision - Webinar html5 css3
Eduvision - Webinar html5 css3
 
XML
XMLXML
XML
 
Quarter 3 tiers
Quarter 3 tiers Quarter 3 tiers
Quarter 3 tiers
 
Intro to HTML5
Intro to HTML5Intro to HTML5
Intro to HTML5
 
HTML
HTML HTML
HTML
 
Markup Languages
Markup Languages Markup Languages
Markup Languages
 
Differences Between Architectures
Differences Between ArchitecturesDifferences Between Architectures
Differences Between Architectures
 
Xml
XmlXml
Xml
 
10 - Structure and Synthesis of Alcohols - Wade 7th
10 - Structure and Synthesis of Alcohols - Wade 7th10 - Structure and Synthesis of Alcohols - Wade 7th
10 - Structure and Synthesis of Alcohols - Wade 7th
 
Hotel management notes link
Hotel management notes linkHotel management notes link
Hotel management notes link
 
How to 10x Your Content Team’s Productivity
How to 10x Your Content Team’s ProductivityHow to 10x Your Content Team’s Productivity
How to 10x Your Content Team’s Productivity
 
An Introduction To HTML5
An Introduction To HTML5An Introduction To HTML5
An Introduction To HTML5
 
Protein structure: details
Protein structure: detailsProtein structure: details
Protein structure: details
 
Php Presentation
Php PresentationPhp Presentation
Php Presentation
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Structural steel
Structural steelStructural steel
Structural steel
 

Similar to Html5 Basic Structure

HTML5 Refresher
HTML5 RefresherHTML5 Refresher
HTML5 Refresher
Ivano Malavolta
 
Presentation about html5 css3
Presentation about html5 css3Presentation about html5 css3
Presentation about html5 css3
Gopi A
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresher
Ivano Malavolta
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorialmadhavforu
 
Web design and Development
Web design and DevelopmentWeb design and Development
Web design and Development
Shagor Ahmed
 
CAP 756 UNIT 1.pptx
CAP 756 UNIT 1.pptxCAP 756 UNIT 1.pptx
CAP 756 UNIT 1.pptx
vahidullahahmed
 
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvvLecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
ZahouAmel1
 
HTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsHTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile apps
Ivano Malavolta
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Gil Fink
 
Websites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly WebsitesWebsites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly Websites
websiteunlimited
 
HTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptxHTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptx
BCAGen
 
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginners
Vineeth N Krishnan
 
Day of code
Day of codeDay of code
Day of code
Evan Farr
 
Html5
Html5Html5
Html5
gjoabraham
 
Html5
Html5Html5
Html5
gjoabraham
 
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
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...
Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
John Hartley
 
Web application architecture
Web application architectureWeb application architecture
Web application architecture
Tejaswini Deshpande
 

Similar to Html5 Basic Structure (20)

HTML5 Refresher
HTML5 RefresherHTML5 Refresher
HTML5 Refresher
 
Presentation about html5 css3
Presentation about html5 css3Presentation about html5 css3
Presentation about html5 css3
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresher
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Web design and Development
Web design and DevelopmentWeb design and Development
Web design and Development
 
CAP 756 UNIT 1.pptx
CAP 756 UNIT 1.pptxCAP 756 UNIT 1.pptx
CAP 756 UNIT 1.pptx
 
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvvLecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
 
Html5
Html5Html5
Html5
 
HTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsHTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile apps
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Websites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly WebsitesWebsites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly Websites
 
HTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptxHTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptx
 
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginners
 
Day of code
Day of codeDay of code
Day of code
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
Training HTML
Training HTMLTraining HTML
Training HTML
 
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
 
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
 
Web application architecture
Web application architectureWeb application architecture
Web application architecture
 

More from Niket Chandrawanshi

How MQTT work ?
How MQTT work ?How MQTT work ?
How MQTT work ?
Niket Chandrawanshi
 
Programming in Arduino (Part 2)
Programming in Arduino  (Part 2)Programming in Arduino  (Part 2)
Programming in Arduino (Part 2)
Niket Chandrawanshi
 
Programming in Arduino (Part 1)
Programming in Arduino (Part 1)Programming in Arduino (Part 1)
Programming in Arduino (Part 1)
Niket Chandrawanshi
 
Arduino Uno Pin Description
Arduino Uno Pin DescriptionArduino Uno Pin Description
Arduino Uno Pin Description
Niket Chandrawanshi
 
What is Arduino ?
What is Arduino ?What is Arduino ?
What is Arduino ?
Niket Chandrawanshi
 
37 things you should Do before Die !!!
37 things you should Do before Die !!!37 things you should Do before Die !!!
37 things you should Do before Die !!!Niket Chandrawanshi
 
Microsoft student partners fy14 reruitment
Microsoft student partners fy14 reruitmentMicrosoft student partners fy14 reruitment
Microsoft student partners fy14 reruitment
Niket Chandrawanshi
 
Windows Azure Overview
Windows Azure OverviewWindows Azure Overview
Windows Azure Overview
Niket Chandrawanshi
 
TCP/IP
TCP/IPTCP/IP
VLC Visible light communication (leaders of li fi)
VLC Visible light communication (leaders of li fi)VLC Visible light communication (leaders of li fi)
VLC Visible light communication (leaders of li fi)Niket Chandrawanshi
 

More from Niket Chandrawanshi (10)

How MQTT work ?
How MQTT work ?How MQTT work ?
How MQTT work ?
 
Programming in Arduino (Part 2)
Programming in Arduino  (Part 2)Programming in Arduino  (Part 2)
Programming in Arduino (Part 2)
 
Programming in Arduino (Part 1)
Programming in Arduino (Part 1)Programming in Arduino (Part 1)
Programming in Arduino (Part 1)
 
Arduino Uno Pin Description
Arduino Uno Pin DescriptionArduino Uno Pin Description
Arduino Uno Pin Description
 
What is Arduino ?
What is Arduino ?What is Arduino ?
What is Arduino ?
 
37 things you should Do before Die !!!
37 things you should Do before Die !!!37 things you should Do before Die !!!
37 things you should Do before Die !!!
 
Microsoft student partners fy14 reruitment
Microsoft student partners fy14 reruitmentMicrosoft student partners fy14 reruitment
Microsoft student partners fy14 reruitment
 
Windows Azure Overview
Windows Azure OverviewWindows Azure Overview
Windows Azure Overview
 
TCP/IP
TCP/IPTCP/IP
TCP/IP
 
VLC Visible light communication (leaders of li fi)
VLC Visible light communication (leaders of li fi)VLC Visible light communication (leaders of li fi)
VLC Visible light communication (leaders of li fi)
 

Recently uploaded

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 

Recently uploaded (20)

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 

Html5 Basic Structure

  • 1.
  • 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>
  • 24.
  • 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 :- niket786@hotmail.com