HTML 5 Training HTML 5 SYMANTICS [Notes to trainer:

Slides:



Advertisements
Similar presentations
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Advertisements

HTML5, OVERVIEW AND NEW FEATURES PowerPoint by Mason O’Mara.
XHTML Basics.
 A markup language  Structures content on the internet  Commonly used by web browsers.
HTML 5. What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in The web has changed.
Tim Berners-Lee authors HTML in 1991, assisted by his colleagues at CERN,
HTML 5 Tutorial Chapter 1 Introduction. What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML.
HTML Advanced: HTML 5. Welcome This slideshow presentation is designed to introduce you to HTML 5. It is the third of three HTML workshops available at.
Lecture 18. HTML5 and JavaScript Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell Exploring the Internet,
FIRST COURSE Creating Web Pages with Microsoft Office 2007.
Chapter 14 Introduction to HTML
CS 415 N-Tier Application Development By Umair Ashraf July 16,2013 National University of Computer and Emerging Sciences Lecture # 12 HTML/ XHTML/ HTML5.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
HTML5. What is HTML5? HTML5 will be the new standard for HTML. HTML5 is the next generation of HTML. HTML5 is still a work in progress. However, the major.
Week 09, Session 01 Other HTML Tags & HTML5 IF Website Development Presented by: RDT.
HTML 5 New Standardization of HTML. I NTRODUCTION HTML5 is The New HTML Standard, New Elements New Attributes Full CSS3 Support Video and Audio 2D/3D.
HTML5 GAMING By Scott Benton. HTML5 New HTML Standard Previous Version of HTML, HTML 4.01, Released in 1999 Not an Official Standard Yet No Browsers Have.
Computer Concepts 2014 Chapter 7 The Web and .
Creating a Basic Web Page
Getting Started with Expression Web 3
INTRODUCTION TO HTML5 HTML5 Page Structure. What is HTML5 ?  HTML5 will be the new standard for HTML, XHTML, and the HTML DOM.  The previous version.
HTML Structure & syntax
Before you begin If a yellow security bar appears at the top of the screen in PowerPoint, click Enable Editing. You need PowerPoint 2010 to view this presentation.
Introduction to HTML5. History of HTML HTML first published – Tim Berners-Lee HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
HTML Advanced: HTML 5. Introduction to HTML 5 These slides are based on source material found at the w3schools.com website.
XP Tutorial 9 1 Working with XHTML. XP SGML 2 Standard Generalized Markup Language (SGML) A standard for specifying markup languages. Large, complex standard.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
Session: 1. © Aptech Ltd. 2Introduction to the Web / Session 1  Explain the evolution of HTML  Explain the page structure used by HTML  List the drawbacks.
UPLOAD / DOWNLOAD april  HTML5 is just the next iteration of HTML  Previous version was technically HTML 4.01, which incorporated XHTML 1.0.
HTML 5 The Future of Web Development. What is HTML5? “HTML5 is a specification of how the web’s core language, HTML, should be formatted and utilized.
Let’s look what flash can do: OK, that wasn’t flash! That was HTML5.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML 5 (Part 1) – Start from SCRATCH. HTML 5 – Start from SCRATCH.
Microsoft Excel Illustrated Introductory Workbooks and Preparing them for the Web Managing.
HTML Structure & syntax
Chapter 9 HTML 5 Video and Audio
The HTML5 logo was introduced by W3C in 2010
Microsoft® Office Excel® 2007 Training
HTML Advanced: HTML 5 With Adaptations by Dilvan Moreira.
Note to trainers The videos in this presentation provide closed-caption files, and they’re on by default because it’s often easier for viewers of all.
Note to trainers The videos in this presentation provide closed-caption files, and they’re on by default because it’s often easier for viewers of all.
HTML5 Basics.
Note to trainers The videos in this presentation provide closed-caption files as it’s often easier for viewers of all abilities to follow along. If you.
Before you begin If a yellow security bar appears at the top of the screen in PowerPoint, click Enable Editing. You need PowerPoint 2010 to view this.
Microsoft® Office Excel® 2007 Training
Developing Ideas for Writing a Paragraph
Before you begin If a yellow security bar appears at the top of the screen in PowerPoint, click Enable Editing. You need PowerPoint 2010 to view this.
Web Standards Web Design – Sec 2-3
Introduction to HTML5.
Microsoft® Office FrontPage® 2003 Training
PPT By:Gaurav Jaiswal Singsys Pte. Ltd.
XHTML Basics.
HTML 5 Tutorial Chapter 1 Introduction.
Web Standards Web Design – Sec 2-3
XHTML Basics.
XHTML Basics.
Introducing HTML & XHTML:
Microsoft® Office Word 2007 Training
SEARCH ENGINE OPTIMIZATION (SEO)
California High School Exit Exam
XHTML Basics.
XHTML Basics.
Creating a Basic Web Page using HTML
California High School Exit Exam
Presentation transcript:

HTML 5 Training HTML 5 SYMANTICS [Notes to trainer: For detailed help in customizing this template, see the very last slide. Also, look for additional lesson text in the notes pane of some slides. Because this presentation contains a Macromedia Flash® animation, saving the template may cause a warning message to appear regarding personal information. Unless you add information to the properties of the Flash file itself, this warning does not apply to this presentation. Click OK on the message.] HTML 5 SYMANTICS

contents Overview: What is HTML5? HTML5 will be the new standard for HTML. Some rules for HTML5 <!DOCTYPE> HTML5 - New Features new elements

HTML 5 HTML5 will be the new standard for HTML. The previous version of HTML, HTML 4.01, came in 1999. The web has changed a lot since then. HTML5 is still a work in progress. However, the major browsers support many of the new HTML5 elements and APIs.

How Did HTML5 Get Started? HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG). WHATWG was working with web forms and applications, and W3C was working with XHTML 2.0. In 2006, they decided to cooperate and create a new version of HTML.

Some rules for HTML5 were established:

Some rules New features should be based on HTML, CSS, DOM, & JavaScript Reduce the need for external plugins (like Flash) Better error handling More markup to replace scripting HTML5 should be device independent The development process should be visible to the public

<!DOCTYPE> ???? Whats that’s ?

<!DOCTYPE> The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag. The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in. In HTML 4.01, the <!DOCTYPE> declaration refers to a DTD, because HTML 4.01 was based on SGML. The DTD specifies the rules for the markup language, so that the browsers render the content correctly. Examples of renaming sheet tabs: You might have sheet tabs called January, February, and March for budgets or student grades for those months, or Northcoast and Westcoast for sales regions, and so on. [Note to trainer: Steps—given in either numbered or bulleted lists—are always shown in yellow text.]

<!DOCTYPE> Tip: Always add the <!DOCTYPE> declaration to your HTML documents, so that the browser knows what type of document to expect. Examples of renaming sheet tabs: You might have sheet tabs called January, February, and March for budgets or student grades for those months, or Northcoast and Westcoast for sales regions, and so on. [Note to trainer: Steps—given in either numbered or bulleted lists—are always shown in yellow text.]

<!DOCTYPE> So what about HTML 5 ?

<!DOCTYPE> The HTML5 <!DOCTYPE> In HTML5 there is only one <!doctype> declaration, and it is very simple: <!DOCTYPE html> That sounds great …. No need to bother about Strict, transitional and frameset…..  Examples of renaming sheet tabs: You might have sheet tabs called January, February, and March for budgets or student grades for those months, or Northcoast and Westcoast for sales regions, and so on. [Note to trainer: Steps—given in either numbered or bulleted lists—are always shown in yellow text.]

LETS move on to HTML 5 HTML5 - New Features Using This Template This Microsoft PowerPoint® template has training content about creating your first workbook using Excel 2003. It's geared for you to present to a group and customize as necessary. This template's content is adapted from the Microsoft Office Online Training course “Audio course: Get to know Excel: Create your first workbook.” Features of the template Title slide: On the very first slide, there are empty brackets over which you should type the name of your company. Or you can delete the text box altogether if you don't want this text. Animations: Custom animation effects are applied throughout. They'll play in previous versions back to Microsoft PowerPoint 2000. They include the entrance effects called Peek and Stretch, and sometimes the Dissolve effect is used. To alter them, go to the Slide Show menu, click Custom Animation, and work with the options that appear. If this presentation contains a Macromedia Flash® animation: To play the Flash file, you must register an ActiveX control, called Shockwave Flash Object, on your computer. To do this, download the latest version of the Macromedia Flash Player from the Macromedia Web site. Slide transitions: The Wipe Down transition is applied throughout the show. If you want a different one, go to the Slide Show menu, click Slide Transition, and work with the options that appear. Hyperlinks to online course: The template contains links to the online version of this training course. The links take you to the hands-on practice session for each lesson and to the Quick Reference Card that is published for this course. Please take note: You must have Excel 2003 installed to view the hands-on practice sessions. Headers and footers: The template contains a footer that has the course title. You can change or remove the footers in the Header and Footer dialog box (which opens from the View menu). LETS move on to HTML 5 HTML5 - New Features

New TAGs in HTML 5 The <canvas> element for 2D drawing The <video> and <audio> elements for media playback Support for local storage New content-specific elements, like <article>, <footer>, <header>, <nav>, <section> New form controls, like calendar, date, time, email, url, search http://www.w3schools.com/html/html5_new_elements.asp

Is it right time to move on to HTML 5 Using This Template This Microsoft PowerPoint® template has training content about creating your first workbook using Excel 2003. It's geared for you to present to a group and customize as necessary. This template's content is adapted from the Microsoft Office Online Training course “Audio course: Get to know Excel: Create your first workbook.” Features of the template Title slide: On the very first slide, there are empty brackets over which you should type the name of your company. Or you can delete the text box altogether if you don't want this text. Animations: Custom animation effects are applied throughout. They'll play in previous versions back to Microsoft PowerPoint 2000. They include the entrance effects called Peek and Stretch, and sometimes the Dissolve effect is used. To alter them, go to the Slide Show menu, click Custom Animation, and work with the options that appear. If this presentation contains a Macromedia Flash® animation: To play the Flash file, you must register an ActiveX control, called Shockwave Flash Object, on your computer. To do this, download the latest version of the Macromedia Flash Player from the Macromedia Web site. Slide transitions: The Wipe Down transition is applied throughout the show. If you want a different one, go to the Slide Show menu, click Slide Transition, and work with the options that appear. Hyperlinks to online course: The template contains links to the online version of this training course. The links take you to the hands-on practice session for each lesson and to the Quick Reference Card that is published for this course. Please take note: You must have Excel 2003 installed to view the hands-on practice sessions. Headers and footers: The template contains a footer that has the course title. You can change or remove the footers in the Header and Footer dialog box (which opens from the View menu). Is it right time to move on to HTML 5

BUT YES IT’s time to move on to HTML 5 ? IS IT RIGHT TIME TO HTML 5 ? HTML5 is not yet an official standard, and no browsers have full HTML5 support. But all major browsers (Safari, Chrome, Firefox, Opera, Internet Explorer) continue to add new HTML5 features to their latest versions. BUT YES IT’s time to move on to HTML 5 ?

Thanks You ! Using This Template This Microsoft PowerPoint® template has training content about creating your first workbook using Excel 2003. It's geared for you to present to a group and customize as necessary. This template's content is adapted from the Microsoft Office Online Training course “Audio course: Get to know Excel: Create your first workbook.” Features of the template Title slide: On the very first slide, there are empty brackets over which you should type the name of your company. Or you can delete the text box altogether if you don't want this text. Animations: Custom animation effects are applied throughout. They'll play in previous versions back to Microsoft PowerPoint 2000. They include the entrance effects called Peek and Stretch, and sometimes the Dissolve effect is used. To alter them, go to the Slide Show menu, click Custom Animation, and work with the options that appear. If this presentation contains a Macromedia Flash® animation: To play the Flash file, you must register an ActiveX control, called Shockwave Flash Object, on your computer. To do this, download the latest version of the Macromedia Flash Player from the Macromedia Web site. Slide transitions: The Wipe Down transition is applied throughout the show. If you want a different one, go to the Slide Show menu, click Slide Transition, and work with the options that appear. Hyperlinks to online course: The template contains links to the online version of this training course. The links take you to the hands-on practice session for each lesson and to the Quick Reference Card that is published for this course. Please take note: You must have Excel 2003 installed to view the hands-on practice sessions. Headers and footers: The template contains a footer that has the course title. You can change or remove the footers in the Header and Footer dialog box (which opens from the View menu). Thanks You !