HTML Element Reference
HTML Element Reference
Tag Description
<details> Defines additional details that the user can view or hide
Basic HTML
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
<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
Frames
Tag Description
Images
Tag Description
<img> Defines an image
<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>, <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
<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
<script> Defines a client-side script
<noscript> Defines an alternate content for users that do not support client-side scripts