Basic HTML Tags
Basic HTML Tags
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
Frames
Tag Description
Images
Tag Description
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
<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
Lists
Tag Description
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
<dialog> Defines a dialog box or window
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