Showing posts with label HTML5 new elements and features. Show all posts
Showing posts with label HTML5 new elements and features. Show all posts

Sunday, May 31, 2015

html5 new elements

New Elements in HTML5:-
Below is a list of the new HTML5 elements. and a description of what they are used for,

html5 new features


   Tag                                     Description
<article>                Defines an article in the document
<aside>                 Defines content aside from the page content

                             Defines a part of text that might be formatted in a different direction from other text
<details>               Defines additional details that the user can view or hide
<dialog>                Defines a dialog box or window

                            Defines a caption for a <figure> element
<figure>                 Defines self-contained content, like illustrations, diagrams, photos, code listings, etc.
<footer>               Defines a footer for the document or a section
<header>             Defines a header for the document or a section
<main>               Defines the main content of a document
<mark>               Defines marked or highlighted text

                          Defines a command/menu item that the user can invoke from a popup menu
<meter>              Defines a scalar measurement within a known range (a gauge)

                          Defines navigation links in the document
<progress>        Defines the progress of a task

                         Defines what to show in browsers that do not support ruby annotations
<rt>                    Defines an explanation/pronunciation of characters (for East Asian typography)
<ruby>                Defines a ruby annotation (for East Asian typography)
<section>             Defines a section in the document
<summary>          Defines a visible heading for a <details> element
<time>                 Defines a date/time

                        Defines a possible line-break