Jump to: navigation, search

HTML5 Complete Tags

From w3cyberlearnings
# Tag HTML Description
1 <article> HTML5 Specifies an article
2 <aside> HTML5 Specifies content aside from the page content
3 <audio> HTML5 Specifies sound content
4 <bdi> HTML5 Isolates a part of text that might be formatted in a different direction from other text outside it
5 <canvas> HTML5 Used to draw graphics, on the fly, via scripting (usually JavaScript)
6 <command> HTML5 Specifies a command button that a user can invoke
7 <datalist> HTML5 Specifies a list of pre-defined options for input controls
8 <details> HTML5 Specifies additional details that the user can view or hide
9 <embed> HTML5 Specifies a container for an external application or interactive content (a plug-in)
10 <figcaption> HTML5 Specifies a caption for a <figure> element
11 <figure> HTML5 Specifies self-contained content
12 <header> HTML5 Specifies a header for a document or section
13 <hgroup> HTML5 Groups heading <h1> to <h6> elements
14 <keygen> HTML5 Specifies a key-pair generator field (for forms)
15 <mark> HTML5 Specifies marked/highlighted text
16 <meter> HTML5 Specifies a scalar measurement within a known range (a gauge)
17 <nav> HTML5 Specifies navigation links
18 <output> HTML5 Specifies the result of a calculation
19 <progress> HTML5 Represents the progress of a task
20 <rp> HTML5 Specifies what to show in browsers that do not support ruby annotations
21 <rt> HTML5 Specifies an explanation/pronunciation of characters (for East Asian typography)
22 <ruby> HTML5 Specifies a ruby annotation (for East Asian typography)
23 <section> HTML5 Specifies a section in a document
24 <source> HTML5 Specifies multiple media resources for media elements (<video> and <audio>)
25 <summary> HTML5 Specifies a visible heading for a <details> element
26 <time> HTML5 Specifies a date/time
27 <track> HTML5 Specifies text tracks for media elements (<video> and <audio>)
28 <video> HTML5 Specifies a video or movie
29 <wbr> HTML5 Specifies a possible line-break
Navigation
Web
SQL
MISC
References