SlideShare uma empresa Scribd logo
1 de 1
Baixar para ler offline
HTML5 Document Template
                                                                                                                                                                                                                                                                                                       Blog
                                                                                                                                                                                    <!DOCTYPE HTML>
                                                    HTML5 is the cornerstone of the W3C's open web
                                                                                                                                                                                    <html>
                                                    platform; a framework designed to support                                                                                          <head>
                                                    innovation and foster the full potential the web has                                                                                  <meta charset="utf-8">
                                                                                                                                                                                          <title>HTML5 Document</title>
                                                    to offer. Heralding this revolutionary collection of                                                                                  <link rel="stylesheet" href="file.css">
                                                                                                                                                                                                                                                                             HTML5 Reference
                                                    tools and standards, the HTML5 identity system                                                                                        <script src="file.js"></script>
                                                    provides the visual vocabulary to clearly classify                                                                                 </head>

                                                    and communicate our collective efforts.                                                                                            <body>
                                                                                                                                                                                       </body>
                                                                                                                                                                                    </html>




Metadata and scripting                                                                                                                 Document sections                                                                                                             Text-level semantics
 Tag                  Description                                               Attributes                                             Tag                 Description                                           Attributes                                          Tag                 Description                                            Attributes

 <head>               First element of the HTML document. Collection            none                                                   <body>              Main content of the document.                         Global attributes                                   <span>              Container with no semantic meaning.                    Global attributes
                      of metadata for the Document.
                                                                                                                                       <aside>             Content related to surrounding elements that          Global attributes                                   <a>                 Hyperlink (a hypertext anchor).                        href | hreflang | media
 <title>              Document title or name.                                   none                                                                       doesn't belong inline, such as a advertising or                                                                                                                                      | rel | target | type
                                                                                                                                                           quotes.
 <meta>               Document metadata that can't be expressed                 charset | content |                                                                                                                                                                  <rt>
                      with other elements.                                                                                             <address>           Contact information for it’s nearest article or       Global attributes                                                       Annotation of preceding text.                          Global attributes
                                                                                http-equiv | name
                                                                                                                                                           body element.
                                                                                                                                                                                                                                                                     <rp>                Contains semantically meaningless markup for           Global attributes
 <base>               Specifies URL which non-absolute URLs are                 href | target
                                                                                                                                       <section>           Contains of elements grouped by theme, for            cite                                                                    browsers that don't understand ruby
                      relative to.
                                                                                                                                                           example a chapter or tab box.                                                                                                 annotations.
 <link>               Other resources related to the document.                  href | rel | media |
                                                                                                                                       <header>            Navigation or introductory elements for the           Global attributes                                   <dfn>               Defining instance of a term.                           Global attributes
                                                                                hreflang | type | sizes
                                                                                                                                                           current section.
                                                                                                                                                                                                                                                                     <abbr>              Abbreviation or acronym.                               Global attributes
 <style>              Embed style information in the documents.                 media | type | scoped                                  <nav>               A section of a page that links to other pages.        Global attributes
                                                                                                                                                                                                                                                                     <q>                 Phrasing content quoted from another source.           cite
 <noscript>           Contains elements that are part of the                    none                                                   <article>           Section of the page content, such as a blog or        Global attributes
                      document only if scripting is disabled.                                                                                              forum post.                                                                                               <cite>              Title of a referenced piece of work.                   Global attributes

 <script>             Inline or linked client side scripts.                                                                            <footer>            Footer of the current section.                        Global attributes                                   <em>                Text that should be emphasized.                        Global attributes
                                                                                async | type | defer |
                                                                                src | charset                                          <hgroup>            vveadings for the current section.                    Global attributes                                   <time>              Time defined in a machine readable format.             datetime | pubdate
                                                                                                                                                           The highest ranked heading represents the
                                                                                                                                                           group in the document outline.                                                                            <var>               Mathematical or programming variable.                  Global attributes

                                                                                                                                       <h1> to <h6>        Heading for the current section.                      Global attributes                                   <samp>              Sample output of a program.                            Global attributes

                                                                                                                                                                                                                                                                     <i>                 Text in a alternate voice or mood, such as a           Global attributes
Grouping Content                                                                                                                                                                                                                                                                         technical term.
 Tag                  Description                                               Attributes                                                                                                                                                                           <b>                 Stylistically separated text of equal importance,      Global attributes
 <hr>                 Paragraph-level thematic break.                           Global attributes                                                                                                                                                                                        such as a product name.
                                                                                                                                       Forms
 <br>                 Line break.                                               Global attributes                                                                                                                                                                    <sub>               Subscript text.                                        Global attributes
                                                                                                                                       Tag                Description                                            Attributes
 <p>                  Paragraph content.                                        Global attributes                                                                                                                                                                    <sup>               Superscript text.                                      Global attributes
                                                                                                                                       <fieldset>         Set of form controls grouped by theme.                 disabled | form | name
 <figcaption>         Caption or legend for the figure element.                 Global attributes                                                                                                                                                                    <small>             An aside, such as fine print.                          Global attributes
                                                                                                                                       <meter>            Control for entering a numeric value in a known        high | low | max | min |
 <figure>             Contains elements related to single concept,              Global attributes                                                         range.                                                 optimum | value                                     <strong>            Text that is important.                                Global attributes
                      such as an illustration or code example.
                                                                                                                                                                                                                                                                     <mark>              Text highlighted for referencing elsewhere.            Global attributes
                                                                                                                                       <legend>           Define a name for a fieldset.                          Global attributes
 <div>                Container with no semantic meaning.                       Global attributes
                                                                                                                                       <label>                                                                                                                       <ruby>              Contains text with annotations, such as                Global attributes
                                                                                                                                                          Caption for a form control.                            for | form
 <ol>                 Ordered list.                                             start | reversed                                                                                                                                                                                         pronunciation hints. Commonly used in East
                                                                                                                                       <input>            Generic form input.                                    accept | alt |                                                          Asian text.
 <ul>                 Unordered list.                                           Global attributes
                                                                                                                                                                                                                 auto-complete | autofocus                           <ins>               Text that has been inserted during document            cite | datetime
 <li>                 List item.                                                value                                                                                                                            | checked | disabled |                                                  editing.
                                                                                                                                                                                                                 form | formaction |
 <pre>                A block of preformatted text.                             Global attributes                                                                                                                                                                    <del>               Text that has been removed during document             cite | datetime
                                                                                                                                                                                                                 formenctype | formmethod
                                                                                                                                                                                                                                                                                         editing.
 <blockquote>         Quote from another source.                                cite                                                                                                                             | formnovalidate |
                                                                                                                                                                                                                 formtarget | height |                               <kbd>               Example input (usually keyboard) for a program.        Global attributes
 <dl>                 An association list consisting of zero or more            Global attributes                                                                                                                list | max | maxlength |
                      name-value groups (a description list).                                                                                                                                                                                                        <bdo>               Defines directional formatting for content.            dir
                                                                                                                                                                                                                 min | multiple | name |
 <dt>                 Term, or name, part of a term-description                 Global attributes                                                                                                                pattern | placeholder |                             <s>                 Text that is outdated or no longer accurate.           Global attributes
                      group in a description list.                                                                                                                                                               readonly | required |
                                                                                                                                                                                                                 size | src | step | type                            <wbr>               Opportunity for a line break.                          Global attributes
 <dd>                 Description, definition, or value, part of a term-        Global attributes                                                                                                                | value | width
                      description group in a description list                                                                                                                                                                                                        <code>              Fragment of computer code.                             Global attributes
                                                                                                                                       <textarea>         Multiline free-form text input.                        autofocus | cols |
                                                                                                                                                                                                                 disabled | dirname |
                                                                                                                                                                                                                 form | name | readonly
                                                                                                                                                                                                                 | required | rows |
                                                                                                                                                                                                                 maxlength | placeholder
 Tabular data                                                                                                                                                                                                    | wrap                                              Embedding content
 Tag                  Description                                               Attributes                                             <form>                                                                                                                        Tag                 Description                                            Attributes
                                                                                                                                                          Used to create an HTML form for user input.            action | autocomplete |
 <col>                Columns in a table.                                      span                                                                                                                              name | novalidate |                                 <img>               An image.                                              alt | src | height |
                                                                                                                                                                                                                 accept-charset | enctype                                                                                                       ismap | usemap | width
 <colgroup>           Defines a group of columns in a table.                   span                                                                                                                              | method | target
                                                                                                                                                                                                                                                                     <area>              Hyperlink with some text and a corresponding           alt | cords | href |
 <caption>            Title of a table.                                        Global attributes                                       <select>           Control for selecting from multiple options.           autofocus | size |                                                      area on an image map, or a dead area on an             hreflang | media | rel
 <table>              Table of multi-dimensional data.                         summary                                                                                                                           disabled | form |                                                       image map.                                             | shape | target | type
                                                                                                                                                                                                                 multiple | name
 <tr>                 A row of cells in a table.                               Global attributes                                                                                                                                                                     <map>               Image map for adding hyperlinks to parts of an         name
                                                                                                                                       <optgroup>         Group of option.                                       disabled | label                                                        image.
 <td>                 Table cell.                                              colspan | rowspan |
                                                                               headers                                                 <option>           Single option within a select control.                 disabled | label |                                  <embed>             Integration point for an external (typically           height | src | type |
                                                                                                                                                                                                                 selected | value                                                        non-HTML) application or interactive content.          width
 <th>                 Table heading.                                           colspan | rowspan |
                                                                               scope | headers                                         <output>           Contains the results of a calculation.                 form | for | name                                   <object>            External resource such as an image, iframe or          data | height | type |
                                                                                                                                                                                                                                                                                         plugin.                                                usemap | width | form
 <tbody>              Contains rows that hold the table's data.                Global attributes                                       <button>           A button.                                              autofocus | disabled |
                                                                                                                                                                                                                 form | formaction |                                 <param>             Parameters for the parent object.                      name | value
 <thead>              Contains rows with table headings.                       Global attributes
                                                                                                                                                                                                                 formenctype | formmethod
                                                                                                                                                                                                                                                                     <source>            Alternative sources for parent video or audio          media | src | type
 <tfoot>              Contains rows with summary of data.                      Global attributes                                                                                                                 | formnovalidate |
                                                                                                                                                                                                                                                                                         elements.
                                                                                                                                                                                                                 formtarget | name | type
                                                                                                                                                                                                                 | value                                             <iframe>            Nested browser frame.                                  src | name | sandbox |
                                                                                                                                                                                                                                                                                                                                                seamlesss | width |
                                                                                                                                       <datalist>         Define sets of options.                                Global attributes                                                                                                              height | srcdoc

                                                                                                                                       <keygen>           Generates private-public key pairs.                    autofocus | challenge |                             <canvas>            Bitmap which is editable by client side scripts.       height | width
 Global Attributes                                                                                                                                                                                               disabled | form | keytype
 The attributes listed below are supported by all HTML 5 tags, with a few exceptions.                                                                                                                            | name                                              <track>             Specifies external timing track for media element.     -

 Attribute                 Description                                                       Values                                                                                                                                                                  <audio>             Sound or audio stream.                                 autobuffer | preload |
                                                                                                                                       <progress>         Control for displaying progress of a task.             max | value
                                                                                                                                                                                                                                                                                                                                                loop | controls | src
 accesskey                 Specifies a keyboard shortcut to access an element                 character
                                                                                                                                                                                                                                                                     <video>             Used for playing videos or movies.                     audio | autoplay |
 class                     Specifies a classname for an element (used to specify              classname
                                                                                                                                                                                                                                                                                                                                                controls | height | loop
                           a class in a style sheet)
                                                                                                                                                                                                                                                                                                                                                | poster | preload | src
 contenteditable           Specifies if the user is allowed to edit the content or not        true | false                                                                                                                                                                                                                                      | width

 contextmenu               Specifies the context menu for an element                          menu_id
                                                                                                                                        Interactive elements
                                                                                                                                                                                                                                                                     <device>            Allows scripts to access devices such as a             -
                                                                                                                                        Tag                Description                                           Attributes                                                              webcam.
 dir                       Specifies the text direction for the content in an                 ltr | rtl
                           element                                                                                                     <menu>              Set of commands.                                      label | type
 draggable                 Specifies whether or not a user is allowed to drag an              true | false |                           <command>                                                                 checked | disabled |
                                                                                                                                                           Command the user can perform, such as
                           element                                                            auto                                                         publishing an article.                                hidden | icon | label
 dropzone                  Specifies what happens when dragged items/data is                  copy | move |                                                                                                      | radiogroup | type
                           dropped in the element                                             link
                                                                                                                                                                                                                                                                     HTML5’s differences with HTML 4.01 and XHTML 1.x
                                                                                                                                       <summary>           Caption of a details element.                         Global attributes
 hidden                    Specifies that the element is not relevant. Hidden                 hidden                                                                                                                                                                 The following is a quick list of differences and some specific examples.
                           elements are not displayed                                                                                  <details>           Contains additional information, such as the          open
                                                                                                                                                           contents of an accordian view.
 id                        Specifies a unique id for an element                               id                                                                                                                                                                       - New parsing rules: oriented towards flexible parsing and compatibility; not based on SGML
                                                                                                                                                                                                                                                                       - Ability to use inline SVG and MathML in text/html
 lang                      Specifies a language code for the content in an                    language_code
                           element.                                                                                                                                                                                                                                    - New elements: article, aside, audio, bdi, canvas, command, datalist,
                                                                                                                                                                                                                                                                         details, embed, figcaption, figure, footer, header, hgroup, keygen, mark,
 spellcheck                Specifies if the element must have its spelling and                true | false                                                                                                                                                               meter, nav, output, progress, rp, rt, ruby, section, source, summary,
                           grammar checked                                                                                              New APIs                                                                                                                         time, video, wbr
 style                     Specifies an inline style for an element                           style_definition                                                                                                                                                         - New types of form controls: dates and times, email, url, search, color
                                                                                                                                        In addition to specifying markup, HTML5 specifies scripting application programming interfaces (APIs).
 tabindex                  Specifies the tab order of an element                              number                                    Existing document object model (DOM) interfaces are extended and de facto features documented.                                 - New attributes: charset (on meta), async (on script)
                                                                                                                                        There are also new APIs, such as:                                                                                              - Global attributes (that can be applied for every element): id, tabindex, hidden, data-*
 title                     Specifies extra information about an element                       text
                                                                                                                                                                                                                                                                         (custom data attributes)
                                                                                                                                          - The canvas element for immediate mode 2D drawing.                      - Timed media playback
                                                                                                                                                                                                                                                                       - Deprecated elements will be dropped altogether: acronym, applet, basefont, big,
                                                                                                                                          - Offline storage database (offline web applications).                   - Document editing                                    center, dir, font, frame, frameset, isindex, noframes, strike, tt, u
                                                                                                                                          - Cross-document messaging                                               - Drag-and-drop
                                                                                                                                          - Browser history management                                             - Microdata
                                                                                                                                          - MIME type and protocol handler registration
- Orange border surrounding some of the rows denotes the tags which are new in HTML5.
- Attributes which are new in HTML5 are underlined in orange.
- Global attributes mentioned in many places can be found in a table titled “Global attributes”.
- In addition to the attributes that you see for each tag, you can also use global attributes for these tags.




          Class: Multimedia                              Class: Offline & Storage                    Class: Performance & Integration                     Class: Semantics                                   Class: CSS3                         Class: 3D, Graphics & Effects                    Class: Connectivity                               Class: Device Access

Audio and video are first class citizens in        Web Apps can start faster and work                Make your Web Apps and dynamic web          Giving meaning to structure, semantics         CSS3 delivers a wide range of               Between SVG, Canvas, WebGL, and              More efficient connectivity means more          Beginning with the Geolocation API,
the HTML5 web, living in harmony with              even if there is no internet connection,          content faster with a variety of            are front and center with HTML5. A             stylization and effects, enhancing the      CSS3 3D features, you're sure to amaze       real-time chats, faster games, and better       Web Applications can present rich,
your apps and sites. Lights, camera,               thanks to the HTML5 App Cache, as                 techniques and technologies such as         richer set of tags, along with RDFa,           web app without sacrificing your            your users with stunning visuals natively    communication. Web Sockets and                  device-aware features and experiences.
action!                                            well as the Local Storage, Indexed DB,            Web Workers and XMLHttpRequest 2.           microdata, and microformats, are               semantic structure or performance.          rendered in the browser.                     Server-Sent Events are pushing (pun             Incredible device access innovations are
                                                   and the File API specifications.                  No user should ever wait on your watch.     enabling a more useful, data driven web        Additionally Web Open Font Format                                                        intended) data between client and               being developed and implemented, from
                                                                                                                                                 for both programs and your users.              (WOFF) provides typographic flexibility                                                  server more efficiently than ever before.       audio/video input access to
                                                                                                                                                                                                and control far beyond anything the web                                                                                                  microphones and cameras, to local data
                                                                                                                                                                                                has offered before.                                                                                                                      such as contacts & events, and even tilt
                                                                                                                                                                                                                                                                                                                                         orientation.

                                                                                                                                                                      HTML5 Reference Poster (Version 1.0) | www.xhtml-lab.com

Mais conteúdo relacionado

Semelhante a Html5 reference-poster

Beginning Html 5 Presentation
Beginning Html 5 PresentationBeginning Html 5 Presentation
Beginning Html 5 PresentationUsman Saleem
 
Class Intro / HTML Basics
Class Intro / HTML BasicsClass Intro / HTML Basics
Class Intro / HTML BasicsShawn Calvert
 
Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3bluejayjunior
 
Vskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills
 
Html update1(30 8-2009)
Html update1(30 8-2009)Html update1(30 8-2009)
Html update1(30 8-2009)himankgupta31
 
3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02Aditya Varma
 
HTML Foundations, part 1
HTML Foundations, part 1HTML Foundations, part 1
HTML Foundations, part 1Shawn Calvert
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quideAshok Suragala
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quideJerry Wijaya
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quidePL dream
 
Zen codingcheatsheet
Zen codingcheatsheetZen codingcheatsheet
Zen codingcheatsheetgoldenveizer
 
Html 5, a gentle introduction
Html 5, a gentle introductionHtml 5, a gentle introduction
Html 5, a gentle introductionDiego Scataglini
 

Semelhante a Html5 reference-poster (20)

Beginning Html 5 Presentation
Beginning Html 5 PresentationBeginning Html 5 Presentation
Beginning Html 5 Presentation
 
Class Intro / HTML Basics
Class Intro / HTML BasicsClass Intro / HTML Basics
Class Intro / HTML Basics
 
Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3
 
Vskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills certified html5 developer Notes
Vskills certified html5 developer Notes
 
Html update1(30 8-2009)
Html update1(30 8-2009)Html update1(30 8-2009)
Html update1(30 8-2009)
 
HTML and CSS Basics
HTML and CSS BasicsHTML and CSS Basics
HTML and CSS Basics
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
3 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02
 
Uta005 lecture2
Uta005 lecture2Uta005 lecture2
Uta005 lecture2
 
HTML Foundations, part 1
HTML Foundations, part 1HTML Foundations, part 1
HTML Foundations, part 1
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
 
Html5 quick learning guide
Html5 quick learning guideHtml5 quick learning guide
Html5 quick learning guide
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quide
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quide
 
Html5 quick-learning-quide
Html5 quick-learning-quideHtml5 quick-learning-quide
Html5 quick-learning-quide
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
 
Web technology
Web technologyWeb technology
Web technology
 
Zen codingcheatsheet
Zen codingcheatsheetZen codingcheatsheet
Zen codingcheatsheet
 
Html 5, a gentle introduction
Html 5, a gentle introductionHtml 5, a gentle introduction
Html 5, a gentle introduction
 
Week 2-intro-html
Week 2-intro-htmlWeek 2-intro-html
Week 2-intro-html
 

Mais de Julio Pari

Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...
Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...
Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...Julio Pari
 
Links kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Links kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en KubernetesLinks kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Links kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en KubernetesJulio Pari
 
Comandos - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Comandos - Evento - Virtual Lab Despliegue de aplicaciones en KubernetesComandos - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Comandos - Evento - Virtual Lab Despliegue de aplicaciones en KubernetesJulio Pari
 
Indice General Tesis Sistemas UPC
Indice General Tesis Sistemas UPCIndice General Tesis Sistemas UPC
Indice General Tesis Sistemas UPCJulio Pari
 
Arquitectura Web FISI UNMSM
Arquitectura Web FISI UNMSMArquitectura Web FISI UNMSM
Arquitectura Web FISI UNMSMJulio Pari
 
Jelastic Enterprise
Jelastic EnterpriseJelastic Enterprise
Jelastic EnterpriseJulio Pari
 
Marketing Examen Parcial Profesor Osorio
Marketing Examen Parcial Profesor OsorioMarketing Examen Parcial Profesor Osorio
Marketing Examen Parcial Profesor OsorioJulio Pari
 
Ingenieria Software Examen Parcial 2013 2 Profesor Cordero
Ingenieria Software Examen Parcial 2013 2 Profesor CorderoIngenieria Software Examen Parcial 2013 2 Profesor Cordero
Ingenieria Software Examen Parcial 2013 2 Profesor CorderoJulio Pari
 
Documento de Arquitectura
Documento de ArquitecturaDocumento de Arquitectura
Documento de ArquitecturaJulio Pari
 
Solucion Examen Parcial Sistemas Digitales UNMSM FISI
Solucion Examen Parcial Sistemas Digitales UNMSM FISISolucion Examen Parcial Sistemas Digitales UNMSM FISI
Solucion Examen Parcial Sistemas Digitales UNMSM FISIJulio Pari
 
Práctica de Inventarios - Investigación Operativa II
Práctica de Inventarios - Investigación Operativa IIPráctica de Inventarios - Investigación Operativa II
Práctica de Inventarios - Investigación Operativa IIJulio Pari
 
Armas silenciosas para guerras tranquilas
Armas silenciosas para guerras tranquilasArmas silenciosas para guerras tranquilas
Armas silenciosas para guerras tranquilasJulio Pari
 
Formato de presentación de Proyecto UNMSM FISI
Formato de presentación de Proyecto UNMSM FISIFormato de presentación de Proyecto UNMSM FISI
Formato de presentación de Proyecto UNMSM FISIJulio Pari
 
Cuento para nuestro hijo y nuestra hija
Cuento para nuestro hijo y nuestra hijaCuento para nuestro hijo y nuestra hija
Cuento para nuestro hijo y nuestra hijaJulio Pari
 
Ingeniería de Software Examen Parcial
Ingeniería de Software Examen ParcialIngeniería de Software Examen Parcial
Ingeniería de Software Examen ParcialJulio Pari
 
Sistemas Distribuidos Examen Parcial
Sistemas Distribuidos Examen ParcialSistemas Distribuidos Examen Parcial
Sistemas Distribuidos Examen ParcialJulio Pari
 
Php07 consultas bd
Php07 consultas bdPhp07 consultas bd
Php07 consultas bdJulio Pari
 
Php06 instalacion my_sql
Php06 instalacion my_sqlPhp06 instalacion my_sql
Php06 instalacion my_sqlJulio Pari
 
Php05 funciones usuario
Php05 funciones usuarioPhp05 funciones usuario
Php05 funciones usuarioJulio Pari
 

Mais de Julio Pari (20)

Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...
Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...
Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes #Ibm virtual la...
 
Links kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Links kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en KubernetesLinks kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Links kubernetes - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
 
Comandos - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Comandos - Evento - Virtual Lab Despliegue de aplicaciones en KubernetesComandos - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
Comandos - Evento - Virtual Lab Despliegue de aplicaciones en Kubernetes
 
Indice General Tesis Sistemas UPC
Indice General Tesis Sistemas UPCIndice General Tesis Sistemas UPC
Indice General Tesis Sistemas UPC
 
Arquitectura Web FISI UNMSM
Arquitectura Web FISI UNMSMArquitectura Web FISI UNMSM
Arquitectura Web FISI UNMSM
 
Jelastic Enterprise
Jelastic EnterpriseJelastic Enterprise
Jelastic Enterprise
 
Marketing Examen Parcial Profesor Osorio
Marketing Examen Parcial Profesor OsorioMarketing Examen Parcial Profesor Osorio
Marketing Examen Parcial Profesor Osorio
 
Ingenieria Software Examen Parcial 2013 2 Profesor Cordero
Ingenieria Software Examen Parcial 2013 2 Profesor CorderoIngenieria Software Examen Parcial 2013 2 Profesor Cordero
Ingenieria Software Examen Parcial 2013 2 Profesor Cordero
 
Documento de Arquitectura
Documento de ArquitecturaDocumento de Arquitectura
Documento de Arquitectura
 
Solucion Examen Parcial Sistemas Digitales UNMSM FISI
Solucion Examen Parcial Sistemas Digitales UNMSM FISISolucion Examen Parcial Sistemas Digitales UNMSM FISI
Solucion Examen Parcial Sistemas Digitales UNMSM FISI
 
Práctica de Inventarios - Investigación Operativa II
Práctica de Inventarios - Investigación Operativa IIPráctica de Inventarios - Investigación Operativa II
Práctica de Inventarios - Investigación Operativa II
 
Armas silenciosas para guerras tranquilas
Armas silenciosas para guerras tranquilasArmas silenciosas para guerras tranquilas
Armas silenciosas para guerras tranquilas
 
UML Java
UML JavaUML Java
UML Java
 
Formato de presentación de Proyecto UNMSM FISI
Formato de presentación de Proyecto UNMSM FISIFormato de presentación de Proyecto UNMSM FISI
Formato de presentación de Proyecto UNMSM FISI
 
Cuento para nuestro hijo y nuestra hija
Cuento para nuestro hijo y nuestra hijaCuento para nuestro hijo y nuestra hija
Cuento para nuestro hijo y nuestra hija
 
Ingeniería de Software Examen Parcial
Ingeniería de Software Examen ParcialIngeniería de Software Examen Parcial
Ingeniería de Software Examen Parcial
 
Sistemas Distribuidos Examen Parcial
Sistemas Distribuidos Examen ParcialSistemas Distribuidos Examen Parcial
Sistemas Distribuidos Examen Parcial
 
Php07 consultas bd
Php07 consultas bdPhp07 consultas bd
Php07 consultas bd
 
Php06 instalacion my_sql
Php06 instalacion my_sqlPhp06 instalacion my_sql
Php06 instalacion my_sql
 
Php05 funciones usuario
Php05 funciones usuarioPhp05 funciones usuario
Php05 funciones usuario
 

Último

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Último (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Html5 reference-poster

  • 1. HTML5 Document Template Blog <!DOCTYPE HTML> HTML5 is the cornerstone of the W3C's open web <html> platform; a framework designed to support <head> innovation and foster the full potential the web has <meta charset="utf-8"> <title>HTML5 Document</title> to offer. Heralding this revolutionary collection of <link rel="stylesheet" href="file.css"> HTML5 Reference tools and standards, the HTML5 identity system <script src="file.js"></script> provides the visual vocabulary to clearly classify </head> and communicate our collective efforts. <body> </body> </html> Metadata and scripting Document sections Text-level semantics Tag Description Attributes Tag Description Attributes Tag Description Attributes <head> First element of the HTML document. Collection none <body> Main content of the document. Global attributes <span> Container with no semantic meaning. Global attributes of metadata for the Document. <aside> Content related to surrounding elements that Global attributes <a> Hyperlink (a hypertext anchor). href | hreflang | media <title> Document title or name. none doesn't belong inline, such as a advertising or | rel | target | type quotes. <meta> Document metadata that can't be expressed charset | content | <rt> with other elements. <address> Contact information for it’s nearest article or Global attributes Annotation of preceding text. Global attributes http-equiv | name body element. <rp> Contains semantically meaningless markup for Global attributes <base> Specifies URL which non-absolute URLs are href | target <section> Contains of elements grouped by theme, for cite browsers that don't understand ruby relative to. example a chapter or tab box. annotations. <link> Other resources related to the document. href | rel | media | <header> Navigation or introductory elements for the Global attributes <dfn> Defining instance of a term. Global attributes hreflang | type | sizes current section. <abbr> Abbreviation or acronym. Global attributes <style> Embed style information in the documents. media | type | scoped <nav> A section of a page that links to other pages. Global attributes <q> Phrasing content quoted from another source. cite <noscript> Contains elements that are part of the none <article> Section of the page content, such as a blog or Global attributes document only if scripting is disabled. forum post. <cite> Title of a referenced piece of work. Global attributes <script> Inline or linked client side scripts. <footer> Footer of the current section. Global attributes <em> Text that should be emphasized. Global attributes async | type | defer | src | charset <hgroup> vveadings for the current section. Global attributes <time> Time defined in a machine readable format. datetime | pubdate The highest ranked heading represents the group in the document outline. <var> Mathematical or programming variable. Global attributes <h1> to <h6> Heading for the current section. Global attributes <samp> Sample output of a program. Global attributes <i> Text in a alternate voice or mood, such as a Global attributes Grouping Content technical term. Tag Description Attributes <b> Stylistically separated text of equal importance, Global attributes <hr> Paragraph-level thematic break. Global attributes such as a product name. Forms <br> Line break. Global attributes <sub> Subscript text. Global attributes Tag Description Attributes <p> Paragraph content. Global attributes <sup> Superscript text. Global attributes <fieldset> Set of form controls grouped by theme. disabled | form | name <figcaption> Caption or legend for the figure element. Global attributes <small> An aside, such as fine print. Global attributes <meter> Control for entering a numeric value in a known high | low | max | min | <figure> Contains elements related to single concept, Global attributes range. optimum | value <strong> Text that is important. Global attributes such as an illustration or code example. <mark> Text highlighted for referencing elsewhere. Global attributes <legend> Define a name for a fieldset. Global attributes <div> Container with no semantic meaning. Global attributes <label> <ruby> Contains text with annotations, such as Global attributes Caption for a form control. for | form <ol> Ordered list. start | reversed pronunciation hints. Commonly used in East <input> Generic form input. accept | alt | Asian text. <ul> Unordered list. Global attributes auto-complete | autofocus <ins> Text that has been inserted during document cite | datetime <li> List item. value | checked | disabled | editing. form | formaction | <pre> A block of preformatted text. Global attributes <del> Text that has been removed during document cite | datetime formenctype | formmethod editing. <blockquote> Quote from another source. cite | formnovalidate | formtarget | height | <kbd> Example input (usually keyboard) for a program. Global attributes <dl> An association list consisting of zero or more Global attributes list | max | maxlength | name-value groups (a description list). <bdo> Defines directional formatting for content. dir min | multiple | name | <dt> Term, or name, part of a term-description Global attributes pattern | placeholder | <s> Text that is outdated or no longer accurate. Global attributes group in a description list. readonly | required | size | src | step | type <wbr> Opportunity for a line break. Global attributes <dd> Description, definition, or value, part of a term- Global attributes | value | width description group in a description list <code> Fragment of computer code. Global attributes <textarea> Multiline free-form text input. autofocus | cols | disabled | dirname | form | name | readonly | required | rows | maxlength | placeholder Tabular data | wrap Embedding content Tag Description Attributes <form> Tag Description Attributes Used to create an HTML form for user input. action | autocomplete | <col> Columns in a table. span name | novalidate | <img> An image. alt | src | height | accept-charset | enctype ismap | usemap | width <colgroup> Defines a group of columns in a table. span | method | target <area> Hyperlink with some text and a corresponding alt | cords | href | <caption> Title of a table. Global attributes <select> Control for selecting from multiple options. autofocus | size | area on an image map, or a dead area on an hreflang | media | rel <table> Table of multi-dimensional data. summary disabled | form | image map. | shape | target | type multiple | name <tr> A row of cells in a table. Global attributes <map> Image map for adding hyperlinks to parts of an name <optgroup> Group of option. disabled | label image. <td> Table cell. colspan | rowspan | headers <option> Single option within a select control. disabled | label | <embed> Integration point for an external (typically height | src | type | selected | value non-HTML) application or interactive content. width <th> Table heading. colspan | rowspan | scope | headers <output> Contains the results of a calculation. form | for | name <object> External resource such as an image, iframe or data | height | type | plugin. usemap | width | form <tbody> Contains rows that hold the table's data. Global attributes <button> A button. autofocus | disabled | form | formaction | <param> Parameters for the parent object. name | value <thead> Contains rows with table headings. Global attributes formenctype | formmethod <source> Alternative sources for parent video or audio media | src | type <tfoot> Contains rows with summary of data. Global attributes | formnovalidate | elements. formtarget | name | type | value <iframe> Nested browser frame. src | name | sandbox | seamlesss | width | <datalist> Define sets of options. Global attributes height | srcdoc <keygen> Generates private-public key pairs. autofocus | challenge | <canvas> Bitmap which is editable by client side scripts. height | width Global Attributes disabled | form | keytype The attributes listed below are supported by all HTML 5 tags, with a few exceptions. | name <track> Specifies external timing track for media element. - Attribute Description Values <audio> Sound or audio stream. autobuffer | preload | <progress> Control for displaying progress of a task. max | value loop | controls | src accesskey Specifies a keyboard shortcut to access an element character <video> Used for playing videos or movies. audio | autoplay | class Specifies a classname for an element (used to specify classname controls | height | loop a class in a style sheet) | poster | preload | src contenteditable Specifies if the user is allowed to edit the content or not true | false | width contextmenu Specifies the context menu for an element menu_id Interactive elements <device> Allows scripts to access devices such as a - Tag Description Attributes webcam. dir Specifies the text direction for the content in an ltr | rtl element <menu> Set of commands. label | type draggable Specifies whether or not a user is allowed to drag an true | false | <command> checked | disabled | Command the user can perform, such as element auto publishing an article. hidden | icon | label dropzone Specifies what happens when dragged items/data is copy | move | | radiogroup | type dropped in the element link HTML5’s differences with HTML 4.01 and XHTML 1.x <summary> Caption of a details element. Global attributes hidden Specifies that the element is not relevant. Hidden hidden The following is a quick list of differences and some specific examples. elements are not displayed <details> Contains additional information, such as the open contents of an accordian view. id Specifies a unique id for an element id - New parsing rules: oriented towards flexible parsing and compatibility; not based on SGML - Ability to use inline SVG and MathML in text/html lang Specifies a language code for the content in an language_code element. - New elements: article, aside, audio, bdi, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, mark, spellcheck Specifies if the element must have its spelling and true | false meter, nav, output, progress, rp, rt, ruby, section, source, summary, grammar checked New APIs time, video, wbr style Specifies an inline style for an element style_definition - New types of form controls: dates and times, email, url, search, color In addition to specifying markup, HTML5 specifies scripting application programming interfaces (APIs). tabindex Specifies the tab order of an element number Existing document object model (DOM) interfaces are extended and de facto features documented. - New attributes: charset (on meta), async (on script) There are also new APIs, such as: - Global attributes (that can be applied for every element): id, tabindex, hidden, data-* title Specifies extra information about an element text (custom data attributes) - The canvas element for immediate mode 2D drawing. - Timed media playback - Deprecated elements will be dropped altogether: acronym, applet, basefont, big, - Offline storage database (offline web applications). - Document editing center, dir, font, frame, frameset, isindex, noframes, strike, tt, u - Cross-document messaging - Drag-and-drop - Browser history management - Microdata - MIME type and protocol handler registration - Orange border surrounding some of the rows denotes the tags which are new in HTML5. - Attributes which are new in HTML5 are underlined in orange. - Global attributes mentioned in many places can be found in a table titled “Global attributes”. - In addition to the attributes that you see for each tag, you can also use global attributes for these tags. Class: Multimedia Class: Offline & Storage Class: Performance & Integration Class: Semantics Class: CSS3 Class: 3D, Graphics & Effects Class: Connectivity Class: Device Access Audio and video are first class citizens in Web Apps can start faster and work Make your Web Apps and dynamic web Giving meaning to structure, semantics CSS3 delivers a wide range of Between SVG, Canvas, WebGL, and More efficient connectivity means more Beginning with the Geolocation API, the HTML5 web, living in harmony with even if there is no internet connection, content faster with a variety of are front and center with HTML5. A stylization and effects, enhancing the CSS3 3D features, you're sure to amaze real-time chats, faster games, and better Web Applications can present rich, your apps and sites. Lights, camera, thanks to the HTML5 App Cache, as techniques and technologies such as richer set of tags, along with RDFa, web app without sacrificing your your users with stunning visuals natively communication. Web Sockets and device-aware features and experiences. action! well as the Local Storage, Indexed DB, Web Workers and XMLHttpRequest 2. microdata, and microformats, are semantic structure or performance. rendered in the browser. Server-Sent Events are pushing (pun Incredible device access innovations are and the File API specifications. No user should ever wait on your watch. enabling a more useful, data driven web Additionally Web Open Font Format intended) data between client and being developed and implemented, from for both programs and your users. (WOFF) provides typographic flexibility server more efficiently than ever before. audio/video input access to and control far beyond anything the web microphones and cameras, to local data has offered before. such as contacts & events, and even tilt orientation. HTML5 Reference Poster (Version 1.0) | www.xhtml-lab.com