HTML Tag List
HTML Tag List
See and understand the detailed usage of these tags and their attributes in
www.w3schools.com or through www.google.com
Basic HTML
Tag Description
Formatting
Tag Description
<u> Defines text that should be stylistically different from normal text, Underline
Images
Tag Description
Audio / Video
Tag Description
<source> Defines multiple media resources for media elements (<video>, <audio> and <picture>)
Links
Tag Description
<link> Defines the relationship between a document and an external resource (most used to link to 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
<colgroup> Specifies a group of one or more columns in a table for formatting
Tag Description