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

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

More Related Content

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

What's hot

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

Similar to HTML 5 Fundamental

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

Recently uploaded

PDF
INTRODUCTION TO DATABASES, MYSQL, MS ACCESS, PHARMACY DRUG DATABASE.pdf
PDF
nsfconvertersoftwaretoconvertNSFtoPST.pdf
PDF
Constraints First - Why Our On-Prem Ticketing System Starts With Limits, Not ...
PPTX
Why Your Business Needs Snowflake Consulting_ From Data Silos to AI-Ready Cloud
 
PDF
Data structure using C :UNIT-I Introduction to Data structures and Stacks BCA...
PDF
Red Hat Summit 2025 - Triton GPU Kernel programming.pdf
PDF
How NetSuite Cloud ERP Helps Businesses Overcome Legacy System Downtime.
PDF
API_SECURITY CONSULTANCY SERVICES IN USA
PPTX
#15 All About Anypoint MQ - Calicut MuleSoft Meetup Group
PDF
Resource-Levelled Critical-Path Analysis Balancing Time, Cost and Constraints
PDF
Cloud-Based Underwriting Software for Insurance
PDF
Here’s the case study that shows how companies lose ₹2–6 Cr annually due to m...
PPTX
GDS Integration Solution | GDS Integration Service
PDF
BCS-FACS Peter Landin Semantics Seminar - Formal Methods: Whence and Whither?
PPTX
SAP FICO Training Agenda for new learners
PDF
Combinatorial Interview Problems with Backtracking Solutions - From Imperativ...
PPTX
Modern Claims Automation Solutions for Operational Agility
PDF
Database Management Systems(DBMS):UNIT-II Relational Data Model BCA SEP SEM ...
PDF
Cybersecurity Alert- What Organisations Must Watch Out For This Christmas Fes...
PPTX
1_MIL_Introduction_Influence-of-Media-and-Information-on-Communication (1).pptx
INTRODUCTION TO DATABASES, MYSQL, MS ACCESS, PHARMACY DRUG DATABASE.pdf
nsfconvertersoftwaretoconvertNSFtoPST.pdf
Constraints First - Why Our On-Prem Ticketing System Starts With Limits, Not ...
Why Your Business Needs Snowflake Consulting_ From Data Silos to AI-Ready Cloud
 
Data structure using C :UNIT-I Introduction to Data structures and Stacks BCA...
Red Hat Summit 2025 - Triton GPU Kernel programming.pdf
How NetSuite Cloud ERP Helps Businesses Overcome Legacy System Downtime.
API_SECURITY CONSULTANCY SERVICES IN USA
#15 All About Anypoint MQ - Calicut MuleSoft Meetup Group
Resource-Levelled Critical-Path Analysis Balancing Time, Cost and Constraints
Cloud-Based Underwriting Software for Insurance
Here’s the case study that shows how companies lose ₹2–6 Cr annually due to m...
GDS Integration Solution | GDS Integration Service
BCS-FACS Peter Landin Semantics Seminar - Formal Methods: Whence and Whither?
SAP FICO Training Agenda for new learners
Combinatorial Interview Problems with Backtracking Solutions - From Imperativ...
Modern Claims Automation Solutions for Operational Agility
Database Management Systems(DBMS):UNIT-II Relational Data Model BCA SEP SEM ...
Cybersecurity Alert- What Organisations Must Watch Out For This Christmas Fes...
1_MIL_Introduction_Influence-of-Media-and-Information-on-Communication (1).pptx

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