HTML5 your visual blueprint for designing rich web pages and applications

Use the latest version of HTML to create dynamic Web pages HTML5 is the latest iteration of the standard markup language for creating Web pages. It boasts extensive updates from its predecessor and allows you to incorporate rich media content into a site without any dependence on extra software such...

Descripción completa

Detalles Bibliográficos
Autor principal: McDaniel, Adam (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Hoboken, NJ : Wiley c2012.
Edición:1st edition
Colección:Visual Blueprint
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628347806719
Tabla de Contenidos:
  • HTML5: Your visual blueprint for designing rich web pages and applications; Credits; About the Author; Author's Acknowledgments; How to Use This Visual Blueprint Book; Table of Contents; Chapter 1: Introducing HTML5; Introducing HTML5; Understanding HTML5 Web Browsers; Understanding Backward Compatibility; Understanding the History of Markup Languages; Introducing the New and Changed HTML5 Tags and Attributes; Understanding Obsolete HTML Tags and Attributes; Validate a Website for HTML5 Compliance; Validate a Web Browser for HTML5 Support; Support HTML5 in Internet Explorer With a Plug-In
  • Chapter 2: Getting Started with HTML5 Page LayoutCreate an HTML5 Web Page; Understanding the Semantic Layout in HTML5; Declare Header and Footer Layout Elements; Declare a Navigation Layout Element; Declare Section and Article Layout Elements; Declare Heading and Paragraph Layout Elements; Declare Figure and Aside Layout Elements; Assign CSS Styles to Layout Elements; Provide a Fallback for Outdated Web Browsers; Announce HTML5 Support; Resize Your Website for Mobile Web Browsers; Chapter 3: Using New HTML5 User Interface Tags and Attributes; Display a Fixed-Meter Bar
  • Display a Moving Progress MeterAdd a Caption to a Figure; Highlight Text; Specify Safe Line Breaks in Long Words; Allow the User to Edit Content; Spell-Check User Content; Declare an Interactive Summary and Details Layout Element; Chapter 4: Styling with CSS3; Introducing CSS3; Validate a Web Browser for CSS3 Support; Select an HTML Element Using Its Class or ID; Select an HTML Element Using an Attribute; Select an HTML Element Using a Specific Attribute Value; Select an HTML Element Using a Partial Attribute Value; Select an HTML Element Using the Structural Type Pseudo-Class
  • Select an HTML Element Using the Structural Child Pseudo-ClassSelect an HTML Element By Its Sibling Element; Select HTML Elements Using a Negating Pseudo-Class; Select HTML Elements by User Selection; Change an Element's Background Image; Customize an Element's Font; Format Text Overflow Inside an Element; Chapter 5: Enhancing Your Web Page Visually with CSS3; Round Border Corners; Add a Shadow Effect; Change an Element's Opacity; Apply an Image as an Element Border; Customize a Scroll Bar with Images; Apply a Color Gradient; Transform Object Dimensions; Transition Between Styles
  • Create Simple AnimationsChapter 6: Creating Boxes and Columns with CSS3; Introducing the Flexible Box Model; Create a Horizontal Flexible Box Model; Create a Vertical Flexible Box Model; Stretch and Shrink Objects in a Flexible Box; Horizontally Pack Objects within a Flexible Box; Vertically Align Objects within a Flexible Box; Reorder Objects in a Flexible Box; Introducing Multi-Column Layouts; Create a Multi-Column Layout; Add a Ruler and Gap in Between Columns; Span Objects Horizontally Across Columns; Chapter 7: Create a Number Input Type; Create a Number Input Type
  • Create a Telephone Input Type