HTML5 the missing manual
HTML5 is more than a markup language-it's a dozen independent web standards all rolled into one. Until now, all it's been missing is a manual. With this thorough, jargon-free guide, you'll learn how to build web apps that include video tools, dynamic drawings, geolocation, offline we...
Main Author: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
Beijing ; Sebastopol, California :
O'Reilly Media
2011.
|
Edition: | First edition |
Series: | Missing manual
Missing manual. |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628361106719 |
Table of Contents:
- Table of Contents; The Missing Credits; Introduction; Part One: Meet the New Language; Chapter 1. Introducing HTML5; The Story of HTML5; XHTML 1.0: Getting Strict; XHTML 2: The Unexpected Failure; HTML5: Back From the Dead; HTML: The Living Language; Three Key Principles of HTML5; 1. Don't Break the Web; 2. Pave the Cowpaths; 3. Be Practical; Your First Look at HTML5 Markup; The HTML5 Doctype; Character Encoding; The Language; Adding a Style Sheet; Adding JavaScript; The Final Product; A Closer Look at HTML5 Syntax; The Loosened Rules; HTML5 Validation; The Return of XHTML
- HTML5's Element FamilyAdded Elements; Removed Elements; Adapted Elements; Tweaked Elements; Standardized Elements; Using HTML5 Today; Evaluating Browser Support; Browser Adoption Statistics; Feature Detection with Modernizr; Feature "Filling" with Polyfills; Chapter 2. A New Way to Structure Pages; Introducing the Semantic Elements; Retrofitting a Traditional HTML Page; Page Structure the Old Way; Page Structure with HTML5; Subtitles with ; Adding a Figure with ; Adding a Sidebar with ; Browser Compatibility for the Semantic Elements
- Designing a Site with the Semantic ElementsDeeper into Headers; Navigation Links with ; Deeper into Footers; Deeper into Sections; The HTML5 Outlining System; How to View an Outline; Basic Outlines; Sectioning Elements; Solving an Outline Problem; Chapter 3. Meaningful Markup; The Semantic Elements Revisited; Dates and Times with ; JavaScript Calculations with ; Highlighted Text with ; Other Standards that Boost Semantics; ARIA (Accessible Rich Internet Applications); RDFa (Resource Description Framework); Microformats; Microdata; Google Rich Snippets
- Enhanced Search ResultsThe Recipe Search Engine; Part Two: Creating Modern Web Pages; Chapter 4. Web Forms, Refined; Understanding Forms; Revamping a Traditional HTML Form; Adding Hints with Placeholders; Focus: Starting in the Right Spot; Validation: Stopping Errors; How HTML5 Validation Works; Turning Validation Off; Validation Styling Hooks; Validating with Regular Expressions; Custom Validation; Browser Support for Validation; New Types of Input; Email Addresses; URLs; Search Boxes; Telephone Numbers; Numbers; Sliders; Dates and Times; Colors; New Elements
- Input Suggestions with Progress Bars and Meters; Toolbars and Menus with and ; An HTML Editor in a Web Page; Using contentEditable to Edit an Element; Using designMode to Edit a Page; Chapter 5. Audio and Video; Understanding Video Today; Introducing HTML5 Audio and Video; Making Some Noise with ; Getting the Big Picture with ; Format Wars and Fallbacks; Meet the Formats; Browser Support for Media Formats; Multiple Formats: How to Please Every Browser; The Element; The Flash Fallback; Controlling Your Player with JavaScript
- Adding Sound Effects