Basic HTML: Tag Description
Basic HTML: Tag Description
Tag Description
1
Formatting
Tag Description
2
<cite> Defines the title of a work
3
<q> Defines a short quotation
4
<time> Defines a date/time
<u> Defines text that should be stylistically different from normal text
Tag Description
5
<optgroup> Defines a group of related options in a drop-down list
Frames
Tag Description
6
<iframe> Defines an inline frame
Images
Tag Description
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
Audio / Video
Tag Description
7
<audio> Defines sound content
<source> Defines multiple media resources for media elements (<video>, <audio>
and <picture>)
<track> Defines text tracks for media elements (<video> and <audio>)
Links
Tag Description
<link> Defines the relationship between a document and an external resource (most
used to link to style sheets)
Lists
Tag Description
8
<li> Defines a list item
Tables
Tag Description
9
<tbody> Groups the body content in a table
Tag Description
10
<article> Defines an article
<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
11
Programming
Tag Description
<noscript> Defines an alternate content for users that do not support client-side
scripts
12