SlideShare ist ein Scribd-Unternehmen logo
1 von 26
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

Weitere ähnliche Inhalte

Was ist angesagt? (20)

Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
 
Presentation on HTML
Presentation on HTMLPresentation on HTML
Presentation on HTML
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Intro to html 5
Intro to html 5Intro to html 5
Intro to html 5
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
 
Bootstrap PPT by Mukesh
Bootstrap PPT by MukeshBootstrap PPT by Mukesh
Bootstrap PPT by Mukesh
 
Html, CSS & Web Designing
Html, CSS & Web DesigningHtml, CSS & Web Designing
Html, CSS & Web Designing
 
Html
HtmlHtml
Html
 
HTML CSS and Web Development
HTML CSS and Web DevelopmentHTML CSS and Web Development
HTML CSS and Web Development
 
Html form tag
Html form tagHtml form tag
Html form tag
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
Introduction to JavaScript (1).ppt
Introduction to JavaScript (1).pptIntroduction to JavaScript (1).ppt
Introduction to JavaScript (1).ppt
 
Flexbox
FlexboxFlexbox
Flexbox
 
Bootstrap 5 basic
Bootstrap 5 basicBootstrap 5 basic
Bootstrap 5 basic
 
Bootstrap 4 ppt
Bootstrap 4 pptBootstrap 4 ppt
Bootstrap 4 ppt
 
DOM and SAX
DOM and SAXDOM and SAX
DOM and SAX
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScript
 
Html Intro2
Html Intro2Html Intro2
Html Intro2
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
html5.ppt
html5.ppthtml5.ppt
html5.ppt
 

Andere mochten auch

Andere mochten auch (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
 

Ähnlich wie Html5 Basic Structure

Presentation about html5 css3
Presentation about html5 css3Presentation about html5 css3
Presentation about html5 css3Gopi A
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresherIvano Malavolta
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorialmadhavforu
 
Web design and Development
Web design and DevelopmentWeb design and Development
Web design and DevelopmentShagor Ahmed
 
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.pptxvvvvvvvvvvvvvvZahouAmel1
 
HTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsHTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsIvano Malavolta
 
Websites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly WebsitesWebsites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly Websiteswebsiteunlimited
 
HTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptxHTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptxBCAGen
 
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginnersVineeth N Krishnan
 
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
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Sadaaki HIRAI
 

Ähnlich wie 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
 
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
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
 

Mehr von Niket Chandrawanshi

Mehr von 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)
 

Kürzlich hochgeladen

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 

Kürzlich hochgeladen (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

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