HTML5 New tags

ElementDescription
<details>
<figure>Use to mark up a photo in a document
<figcaption> Defines a caption for a figure element
<mark>To Highligh or Mark the Text
<meter>Use to measure data within a given range
<progress> Defines the progress of a task

HTML5 details tag

HTML5 details tag specifies additional details which user can view or hide.

Example 1: Details Tag Output:
AttributeDescription
openSpecifies that the details should be visible(open) to the user.

HTML5 Figure tag

Example: Figure and Figcaption Tag Output:

HTML5 Meter tag

Examples: Meter can be use for Disk usage, the relevance of a query result, etc. Output: Styling:

HTML5 Progress tag

Examples: Progress. Output: