HTML Tags
HTML Tags
Tag Reference
Source: www.w3schools.com
<base> Specifies the base URL/target for all relative URLs in a document
<bdi> Isolates a part of text that might be formatted in a different direction from
outside it
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
<col> Specifies column properties for each column within a <colgroup> elemen
<details> Defines additional details that the user can view or hide
<menuitem> Defines a command/menu item that the user can invoke from a popup me
<meta> Defines metadata about an HTML document
<noscript> Defines an alternate content for users that do not support client-side scrip
<rp> Defines what to show in browsers that do not support ruby annotations
<source> Defines multiple media resources for media elements (<video> and <aud
<track> Defines text tracks for media elements (<video> and <audio>)
<u> Defines text that should be stylistically different from normal text
Basic Tags
Tag Description
Formatting
Tag Description
<bdi> Isolates a part of text that might be formatted in a different direction from othe
outside it
<rp> Defines what to show in browsers that do not support ruby annotations
<u> Defines text that should be stylistically different from normal text
Frames
Tag Description
Images
Tag Description
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
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
<link> Defines the relationship between a document and an external resource (most u
style sheets)
Lists
Tag Description
<menuitem> Defines a command/menu item that the user can invoke from a popup menu
Tables
Tag Description
<col> Specifies column properties for each column within a <colgroup> element
<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
<noscript> Defines an alternate content for users that do not support client-side scripts