HTML Tags
HTML Tags
= New in HTML5.
Basic HTML
Tag Description
Tag Description
<bdi> Isolates a part of text that might be formatted in a different direction from other text outside it
<rp> Defines what to show in browsers that do not support ruby annotations
Tag Description
Frames
Tag Description
Images
Tag Description
Audio / Video
Tag Description
<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)
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
Tag Description
<base> Specifies the base URL/target for all relative URLs in a document
Programming
Tag Description
<script> Defines a client-side script
<base> Specifies the base URL/target for all relative URLs in a document
<menuitem> Defines a command/menu item that the user can invoke from a
popup menu
<noscript> Defines an alternate content for users that do not support client-
side scripts
<u> Defines text that should be stylistically different from normal text