Movatterモバイル変換


[0]ホーム

URL:


Lanh Le, profile picture
Uploaded byLanh Le
PPTX, PDF996 views

HTML 5 Fundamental

HTML5 is the next generation of HTML that supersedes previous versions. Key features of HTML5 include new semantic HTML elements, Web Forms 2.0, multimedia support for video and audio, canvas element for 2D drawing, and local storage. HTML5 aims to provide one standard for web development that works across all major browsers through cooperation between the W3C and WHATWG.

Embed presentation

Downloaded 24 times
Prepared by: Lanh LeDate: Feb 22, 2012HTML5 FUNDAMENTAL
• What is HTML5?• Discover HTML5• What’s new in HTML5?• Browser Support• Summary• FAQDouble your productivity
WHAT IS HTML5?
WHAT IS HTML5?HTML HISTORY1994 HTML 21997 HTML 3.21998 HTML 4.01999 HTML 4.012000 XHTML 1 – W3C focus on XHTML2004 WHATWG2006 W3C Realized the Mistake2009 Disbanded XHTML22010 HTML5 (latest draft)World Wide Web Consortium
WHAT IS HTML5?WHATWGHTML5World Wide Web ConsortiumJavascript APINew Standard of HTMLDevelop based on HTML4 Develop by member ofBrowser vendorsHTML CSS3JS
WHAT IS HTML5?Think about…. How did you deal with crossed multiple browsers?CSS Hack
DISCOVER HTML5?
"HTML5 is the next generation of HTML, superseding HTML 4.01, XHTML 1.0, and XHTML 1.1."THE NEXT GENERATION
WHAT IS HTML5?
HTMLMarkupWhat is new?• What is new?HTMLSemanticStructureWeb Form2.0header, footer, aside, article, section, navNew DoctypeMultimediaSupportInteractionAudio + Video +Drap&DropJSOffline/StorageWeb SQLDatabaseApplicationCacheIndexedDBWeb WorkersWebSocketNotificationsMicrodataAdvanced graphic2D/3Dgraphic/AnimationAccess tolocal filequicklyCSS3
What is new?• What is new?1. New Doctype2. Semantic HTML Structure1. header, footer, aside, article, section, nav3. HTML5 Form Features (Web Forms 2.0)1. calendar, date, time, email, url, search4. Canvas – Element for 2D drawing5. Multimedia Support1. Audio2. Video6. Interaction1. Drap & Drop2. Document Editing3. Local Storage
HTML ElementsDOCTYPESimple DOCTYPENo more STRICT OR TRANSITIONAL<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">v1. HTML 4.01 Strict<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">2. HTML 4.01 Transitional<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">3. HTML 4.01 Frameset<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">4. XHTML 1.0 Strict<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">5. XHTML 1.0 Transitional6. …
HTML Elements• New Block Elements<header> - defines the header of a page<footer> - defines the footer of a page<section> - to define sections of pages<nav> - defines the navigation on a page<article> - defines the article or primary content on a page<aside> - defines extra content like a sidebar on a page<figure> - defines images that annotate an article
HTML Elements• New Inline Elements<mark> - to indicate content that is marked in some fashion<time> - to indicate content that is a time or date<meter> - to indicate content that is a fraction of a known range - such as disk usage<progress> - to indicate the progress of a task towards completion• Microdataitemprop—This defines the names of the fields in your microdata.itemscope—This indicates that the element is part of a group of microdata.itemref—This is a list of element IDs that are associated with one another, even if they are not in the same itemscope.itemtype—This is the URL that provides the context for the microdata.itemid—This is a global identifier that is recognized outside the website, such as a ISBN number for a book.
• Web Forms 2.0datetimedatetime-localdatemonthweektimenumberrangeemailurl
Other New HTML Elements<canvas> - an element to give you a drawing space in JavaScript on your Web pages. It can let you add imagesor graphs to tool tips or just create dyanmic graphs on your Web pages, built on the fly.<video> - add video to your Web pages with this simple tag.<audio> - add sound to your Web pages with this simple tag.
• Basic HTML5 structure<!doctype html><html><header><meta charset=“UTF-8”><title>DocumentTitle</title><!-- ConditionalComment--><script></script><style></style></header><body><!--Page structure --></body></html>
• New Media Elements
HTML5 Layout StructureNon-Semantic HTML <div class=“top-navigation”>This is a top menu</div><div class=“title”>This is a page header</div><div class=“content”>This is a content area</div><div class=“sidebar”>This is a sidebar area</div>Semantic HTMLSupport SEOHTML5 – SemanticLayout Structure
• Removed Elementsacronymappletbasefontbigcenterdirfontframeframesetisindexnoframesnoscriptsstrikettu
• HTML - Old Structure
• Semantic HTML structure
• Use section “Each section of the document would generally have it's ownheader, and possibly footer, as well as content.”<section><h1>My Dogs</h1><section><h2>Dogs that I Adopted, Personally</h2><p>I have adopted three dogs in my life: McKinley, Shasta, and Mickey.</section><section><h2>Dogs that Were Part of My Family</h2><p>I have also had dogs that were adopted by my parents, but I consider them my dogs as well: Calicoand Homer</section><aside><h1>Ads</h1><p>Dog advertising</aside><footer><p>&copy; 2011 Jennifer Kyrnin</footer></section>
SUMMARY
Summary• What is HTML5▪ The result of Cooperation of W3C & WHATWG▪ New Standard HTML based on HTML 4.1 and XHTML1.1 (W3C)▪ New API for Web Development (WHATWG)• New Features▪ CSS3▪ HTML Sematic Structure▪ Web Forms 2.0▪ Local Storage Data▪ Interaction Web (Drap & Drop)▪ Multimedia (Video, Audio)▪ 2D & 3D graphic (Canvas, SVG)▪ Animation
Why not HTML5?Cross Multiple BrowsersReduce CSS HackAdapt Multiple Device (WebApp, Mobile)MultimediaSemantic HTML StructureDrap & DropDrap & Drop 2D/3D Graphics
FAQs• What is the differrent between HTML5 & Flash?• Which browser is supported HTML5• How can we deal with Internet Explorer problem?HTML CSS3 JavascriptsCrossed AnyBrowsersFlash HTML5Flash SkillsLimitFlatformsInstallation Any flatformsThe companiesare beholden toAdobe
Double Your ProductivityThank You

Recommended

PPTX
HTML Semantic Tags
PPTX
Html5 semantics
PPTX
Introduction to HTML5 and CSS3 (revised)
KEY
Html5 Brown Bag
PDF
Html5 semantics
PPTX
Html5 shubelal
 
KEY
PDF
Thinkful - Frontend Crash Course - Intro to HTML/CSS
PDF
Code & Design your first website 4/18
PDF
An Introduction To HTML5
PPTX
A Power User's Intro to jQuery Awesomeness in SharePoint
PDF
Web Design Bootcamp - Day1
PPTX
Intro to HTML
PPTX
Html5 and-css3-overview
PPTX
(Updated) SharePoint & jQuery Guide
PPTX
A Power User's intro to jQuery awesomeness in SharePoint
PPTX
Introduction to HTML5
PPTX
Bringing HTML5 alive in SharePoint
PPTX
SharePoint & jQuery Guide - SPSNashville 2014
PPTX
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint
PPT
How To Construct A Search Engine Friendly Website
PPTX
#SPSTC Maximizing the SharePoint User Experience with Free 3rd Party jQuery L...
PDF
Introduction to Web Components
PPTX
Understanding the Web Page Layout
PPTX
SharePoint & jQuery Guide - SPSTC 5/18/2013
PPTX
Intro to SharePoint Web Services
PPT
HTML5 CSS3 Basics
PPTX
Utilizing jQuery in SharePoint: Get More Done Faster
PPT
HTML 5 Complete Reference
PPT
Getting started with html5

More Related Content

PPTX
HTML Semantic Tags
PPTX
Html5 semantics
PPTX
Introduction to HTML5 and CSS3 (revised)
KEY
Html5 Brown Bag
PDF
Html5 semantics
PPTX
Html5 shubelal
 
KEY
PDF
Thinkful - Frontend Crash Course - Intro to HTML/CSS
HTML Semantic Tags
Html5 semantics
Introduction to HTML5 and CSS3 (revised)
Html5 Brown Bag
Html5 semantics
Html5 shubelal
 
Thinkful - Frontend Crash Course - Intro to HTML/CSS

What's hot

PDF
Code & Design your first website 4/18
PDF
An Introduction To HTML5
PPTX
A Power User's Intro to jQuery Awesomeness in SharePoint
PDF
Web Design Bootcamp - Day1
PPTX
Intro to HTML
PPTX
Html5 and-css3-overview
PPTX
(Updated) SharePoint & jQuery Guide
PPTX
A Power User's intro to jQuery awesomeness in SharePoint
PPTX
Introduction to HTML5
PPTX
Bringing HTML5 alive in SharePoint
PPTX
SharePoint & jQuery Guide - SPSNashville 2014
PPTX
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint
PPT
How To Construct A Search Engine Friendly Website
PPTX
#SPSTC Maximizing the SharePoint User Experience with Free 3rd Party jQuery L...
PDF
Introduction to Web Components
PPTX
Understanding the Web Page Layout
PPTX
SharePoint & jQuery Guide - SPSTC 5/18/2013
PPTX
Intro to SharePoint Web Services
PPT
HTML5 CSS3 Basics
PPTX
Utilizing jQuery in SharePoint: Get More Done Faster
Code & Design your first website 4/18
An Introduction To HTML5
A Power User's Intro to jQuery Awesomeness in SharePoint
Web Design Bootcamp - Day1
Intro to HTML
Html5 and-css3-overview
(Updated) SharePoint & jQuery Guide
A Power User's intro to jQuery awesomeness in SharePoint
Introduction to HTML5
Bringing HTML5 alive in SharePoint
SharePoint & jQuery Guide - SPSNashville 2014
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint
How To Construct A Search Engine Friendly Website
#SPSTC Maximizing the SharePoint User Experience with Free 3rd Party jQuery L...
Introduction to Web Components
Understanding the Web Page Layout
SharePoint & jQuery Guide - SPSTC 5/18/2013
Intro to SharePoint Web Services
HTML5 CSS3 Basics
Utilizing jQuery in SharePoint: Get More Done Faster

Similar to HTML 5 Fundamental

PPT
HTML 5 Complete Reference
PPT
Getting started with html5
PPTX
Html 5
PPT
1._Introduction_to_HTML5 les fonction et les balises
PPT
1._Introduction_tyytggyyyyy666o_HTML5.ppt
PPT
1._Introduction_to_HTML5 Web Designing.ppt
PPT
1._Introduction_to_HTML5 powerpoint presentation
PPT
HTML_new_one is a ppt in markup language
PPT
Brief on Html5
PPT
Introduction to html55
PPTX
Html5 tutorial for beginners
PPT
Introduction to HTML5
PPT
1. Introduction to HTML5.ppt
PPT
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
PPTX
Mastering HTML: The Building Blocks of the Web
PPT
Introduction to html5
DOCX
Report html5
PPTX
PDF
HTML5, just another presentation :)
PPTX
HTML5-Tutorial-For-Beginn.6202488.pptx
 
HTML 5 Complete Reference
Getting started with html5
Html 5
1._Introduction_to_HTML5 les fonction et les balises
1._Introduction_tyytggyyyyy666o_HTML5.ppt
1._Introduction_to_HTML5 Web Designing.ppt
1._Introduction_to_HTML5 powerpoint presentation
HTML_new_one is a ppt in markup language
Brief on Html5
Introduction to html55
Html5 tutorial for beginners
Introduction to HTML5
1. Introduction to HTML5.ppt
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
Mastering HTML: The Building Blocks of the Web
Introduction to html5
Report html5
HTML5, just another presentation :)
HTML5-Tutorial-For-Beginn.6202488.pptx
 

Recently uploaded

PDF
Here’s the case study that shows how companies lose ₹2–6 Cr annually due to m...
PDF
Database Management Systems(DBMS):UNIT-I Introduction to Database(DBMS) BCA S...
PDF
Design and Analysis of Algorithms(DAA): Unit-II Asymptotic Notations and Basi...
PPTX
Managed Splunk Partner vs In-House: Cost, Risk & Value Comparison
PDF
Virtual Study Circles Innovative Ways to Collaborate Online.pdf
PDF
nsfconvertersoftwaretoconvertNSFtoPST.pdf
PDF
Manual vs Automated Accessibility Testing – What to Choose in 2025.pdf
PPTX
GDS Integration Solution | GDS Integration Service
PPTX
Lecture 3 - Scheduling - Operating System
PDF
How Modern Custom Software is Revolutionizing Mortgage Lending Processes -Ma...
PDF
Combinatorial Interview Problems with Backtracking Solutions - From Imperativ...
PDF
KoderXpert – Odoo, Web & AI Solutions for Growing Businesses
PDF
Transforming Compliance Through Policy & Procedure Management
PPTX
Application Security – Static Application Security Testing (SAST)
PDF
Data structure using C :UNIT-I Introduction to Data structures and Stacks BCA...
PPTX
AI Clinic Management Software for Otolaryngology Clinics Bringing Precision, ...
PDF
Database Management Systems(DBMS):UNIT-II Relational Data Model BCA SEP SEM ...
PDF
Cloud-Based Underwriting Software for Insurance
PDF
Intelligent CRM for Insurance Brokers: Managing Clients with Precision
DOCX
How to Change Classic SharePoint to Modern SharePoint (An Updated Guide)
Here’s the case study that shows how companies lose ₹2–6 Cr annually due to m...
Database Management Systems(DBMS):UNIT-I Introduction to Database(DBMS) BCA S...
Design and Analysis of Algorithms(DAA): Unit-II Asymptotic Notations and Basi...
Managed Splunk Partner vs In-House: Cost, Risk & Value Comparison
Virtual Study Circles Innovative Ways to Collaborate Online.pdf
nsfconvertersoftwaretoconvertNSFtoPST.pdf
Manual vs Automated Accessibility Testing – What to Choose in 2025.pdf
GDS Integration Solution | GDS Integration Service
Lecture 3 - Scheduling - Operating System
How Modern Custom Software is Revolutionizing Mortgage Lending Processes -Ma...
Combinatorial Interview Problems with Backtracking Solutions - From Imperativ...
KoderXpert – Odoo, Web & AI Solutions for Growing Businesses
Transforming Compliance Through Policy & Procedure Management
Application Security – Static Application Security Testing (SAST)
Data structure using C :UNIT-I Introduction to Data structures and Stacks BCA...
AI Clinic Management Software for Otolaryngology Clinics Bringing Precision, ...
Database Management Systems(DBMS):UNIT-II Relational Data Model BCA SEP SEM ...
Cloud-Based Underwriting Software for Insurance
Intelligent CRM for Insurance Brokers: Managing Clients with Precision
How to Change Classic SharePoint to Modern SharePoint (An Updated Guide)

HTML 5 Fundamental

  • 1.
    Prepared by: LanhLeDate: Feb 22, 2012HTML5 FUNDAMENTAL
  • 2.
    • What isHTML5?• Discover HTML5• What’s new in HTML5?• Browser Support• Summary• FAQDouble your productivity
  • 3.
  • 4.
    WHAT IS HTML5?HTMLHISTORY1994 HTML 21997 HTML 3.21998 HTML 4.01999 HTML 4.012000 XHTML 1 – W3C focus on XHTML2004 WHATWG2006 W3C Realized the Mistake2009 Disbanded XHTML22010 HTML5 (latest draft)World Wide Web Consortium
  • 5.
    WHAT IS HTML5?WHATWGHTML5WorldWide Web ConsortiumJavascript APINew Standard of HTMLDevelop based on HTML4 Develop by member ofBrowser vendorsHTML CSS3JS
  • 6.
    WHAT IS HTML5?Thinkabout…. How did you deal with crossed multiple browsers?CSS Hack
  • 7.
  • 8.
    "HTML5 is thenext generation of HTML, superseding HTML 4.01, XHTML 1.0, and XHTML 1.1."THE NEXT GENERATION
  • 9.
  • 10.
    HTMLMarkupWhat is new?•What is new?HTMLSemanticStructureWeb Form2.0header, footer, aside, article, section, navNew DoctypeMultimediaSupportInteractionAudio + Video +Drap&DropJSOffline/StorageWeb SQLDatabaseApplicationCacheIndexedDBWeb WorkersWebSocketNotificationsMicrodataAdvanced graphic2D/3Dgraphic/AnimationAccess tolocal filequicklyCSS3
  • 11.
    What is new?•What is new?1. New Doctype2. Semantic HTML Structure1. header, footer, aside, article, section, nav3. HTML5 Form Features (Web Forms 2.0)1. calendar, date, time, email, url, search4. Canvas – Element for 2D drawing5. Multimedia Support1. Audio2. Video6. Interaction1. Drap & Drop2. Document Editing3. Local Storage
  • 12.
    HTML ElementsDOCTYPESimple DOCTYPENomore STRICT OR TRANSITIONAL<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">v1. HTML 4.01 Strict<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">2. HTML 4.01 Transitional<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">3. HTML 4.01 Frameset<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">4. XHTML 1.0 Strict<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">5. XHTML 1.0 Transitional6. …
  • 13.
    HTML Elements• NewBlock Elements<header> - defines the header of a page<footer> - defines the footer of a page<section> - to define sections of pages<nav> - defines the navigation on a page<article> - defines the article or primary content on a page<aside> - defines extra content like a sidebar on a page<figure> - defines images that annotate an article
  • 14.
    HTML Elements• NewInline Elements<mark> - to indicate content that is marked in some fashion<time> - to indicate content that is a time or date<meter> - to indicate content that is a fraction of a known range - such as disk usage<progress> - to indicate the progress of a task towards completion• Microdataitemprop—This defines the names of the fields in your microdata.itemscope—This indicates that the element is part of a group of microdata.itemref—This is a list of element IDs that are associated with one another, even if they are not in the same itemscope.itemtype—This is the URL that provides the context for the microdata.itemid—This is a global identifier that is recognized outside the website, such as a ISBN number for a book.
  • 15.
    • Web Forms2.0datetimedatetime-localdatemonthweektimenumberrangeemailurl
  • 16.
    Other New HTMLElements<canvas> - an element to give you a drawing space in JavaScript on your Web pages. It can let you add imagesor graphs to tool tips or just create dyanmic graphs on your Web pages, built on the fly.<video> - add video to your Web pages with this simple tag.<audio> - add sound to your Web pages with this simple tag.
  • 17.
    • Basic HTML5structure<!doctype html><html><header><meta charset=“UTF-8”><title>DocumentTitle</title><!-- ConditionalComment--><script></script><style></style></header><body><!--Page structure --></body></html>
  • 18.
  • 19.
    HTML5 Layout StructureNon-SemanticHTML <div class=“top-navigation”>This is a top menu</div><div class=“title”>This is a page header</div><div class=“content”>This is a content area</div><div class=“sidebar”>This is a sidebar area</div>Semantic HTMLSupport SEOHTML5 – SemanticLayout Structure
  • 20.
  • 21.
    • HTML -Old Structure
  • 22.
  • 23.
    • Use section“Each section of the document would generally have it's ownheader, and possibly footer, as well as content.”<section><h1>My Dogs</h1><section><h2>Dogs that I Adopted, Personally</h2><p>I have adopted three dogs in my life: McKinley, Shasta, and Mickey.</section><section><h2>Dogs that Were Part of My Family</h2><p>I have also had dogs that were adopted by my parents, but I consider them my dogs as well: Calicoand Homer</section><aside><h1>Ads</h1><p>Dog advertising</aside><footer><p>&copy; 2011 Jennifer Kyrnin</footer></section>
  • 24.
  • 25.
    Summary• What isHTML5▪ The result of Cooperation of W3C & WHATWG▪ New Standard HTML based on HTML 4.1 and XHTML1.1 (W3C)▪ New API for Web Development (WHATWG)• New Features▪ CSS3▪ HTML Sematic Structure▪ Web Forms 2.0▪ Local Storage Data▪ Interaction Web (Drap & Drop)▪ Multimedia (Video, Audio)▪ 2D & 3D graphic (Canvas, SVG)▪ Animation
  • 26.
    Why not HTML5?CrossMultiple BrowsersReduce CSS HackAdapt Multiple Device (WebApp, Mobile)MultimediaSemantic HTML StructureDrap & DropDrap & Drop 2D/3D Graphics
  • 27.
    FAQs• What isthe differrent between HTML5 & Flash?• Which browser is supported HTML5• How can we deal with Internet Explorer problem?HTML CSS3 JavascriptsCrossed AnyBrowsersFlash HTML5Flash SkillsLimitFlatformsInstallation Any flatformsThe companiesare beholden toAdobe
  • 28.

[8]ページ先頭

©2009-2025 Movatter.jp