Basic HTML by Category
Basic HTML by Category
BASIC HTML
Tag Description
Formatting
Tag Description
<rp> Defines what to show in browsers that do not support ruby annotations
<template> Defines a container for content that should be hidden when the page loads
<u> Defines some text that is unarticulated and styled differently from normal text
Tag Description
Tag Description
Images
Tag Description
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
Audio / Video
Tag Description
<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
Tables
Tag Description
<col> Specifies column properties for each column within a <colgroup> element
Tag Description
<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
Tag Description
<noscript> Defines an alternate content for users that do not support client-side scripts