HTML Element Reference
HTML Element Reference
HTML Element Reference
Basic HTML
Tag Description
Formatting
Tag Description
<bdi> Isolates a part of text that might be formatted in a different direction from o
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 te
Tag Description
Frames
Tag Description
Images
Tag Description
<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> an
<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 (mos
link to style sheets)
Tag Description
Tables
Tag Description
<table> Defines a table
<col> Specifies column properties for each column within a <colgroup> element
Tag Description
<style> Defines style information for a document
<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