Some new HTML-5 tags that were not available in the previous HTML version
Some tags of HTML-5 that were not
available in the previous HTML: These are as follows with descriptions-
Sl
|
Name
|
Description
|
1
|
<article>
|
Define an article in the
document
|
2
|
<aside>
|
Define content aside from the
page content
|
3
|
<bdi>
|
Define a part of text that
might be formatted in a different direction from other text.
|
4
|
<detail>
|
Defines additional details
that the user can view or hide
|
5
|
<dialog>
|
Defines a dialog box or window
|
6
|
<figcaption>
|
Defines a caption for <figure>
element
|
7
|
<figure>
|
Defines self contained
contents like photos, codes, illustrations etc.
|
8
|
<footer>
|
Defines a footer for a
document or section
|
9
|
<header>
|
Defines a header for a
document or section
|
10
|
<main>
|
Defines the main content of the
document
|
11
|
<mark>
|
Defines marked or highlighted text.
|
12
|
<menuitem>
|
Defines a command/menu that
the user can invoke from a popup menu
|
13
|
<meter>
|
Defines a scalar measurement within
a known range or a gauge
|
14
|
<nav>
|
Defines navigation links in
the document
|
15
|
<progress>
|
Defines the progress of a task
|
16
|
<rp>
|
Defines that to show in browsers
that do not support by ruby annotations
|
17
|
<rt>
|
Defines an explanation or pronunciation
of character(For East-Asian typography)
|
18
|
<ruby>
|
Defines a ruby annotations (For
East-Asian typography)
|
19
|
<section>
|
Defines a section in the
document
|
20
|
<summary>
|
Defines a visible heading for
<detail> element
|
21
|
<time>
|
Defines a date or time
|
22
|
<wbr>
|
Defines a possible line-break
|
New Form elements:
Sl
|
Name
|
Description
|
1
|
<datalist>
|
Defines pre-defined options
for input control
|
2
|
<keygen>
|
Defines a key-pair generator
field
|
3
|
<output>
|
Defines the result of a
calculations
|
Post a Comment
Post a Comment