HTML Element Reference: HTML Tags Ordered by Category
HTML Element Reference: HTML Tags Ordered by Category
Basic HTML
Tag Description
Formatting
1 of 10
Tag Description
2 of 10
<progress> Represents the progress of a task
<u> Defines text that should be stylistically different from normal text
3 of 10
<button> Defines a clickable button
Frames
Tag Description
Images
Tag Description
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
4 of 10
<figcaption> Defines a caption for a <figure> element
Audio / Video
Tag Description
<source> Defines multiple media resources for media elements (<video> and
<audio>)
<track> Defines text tracks for media elements (<video> and <audio>)
Links
Tag Description
Lists
Tag Description
5 of 10
<dd> Defines a description of a term/name in a description list
<menuitem> Defines a command/menu item that the user can invoke from a
popup menu
Tables
Tag Description
6 of 10
<section> Defines a section in a document
<details> Defines additional details that the user can view or hide
Meta Info
Tag Description
<base> Specifies the base URL/target for all relative URLs in a document
Programming
Tag Description
7 of 10