HTML REFERENCE

Alphabetical ordered Index

Elements, Meta, Headers and others

TagDescriptionLayoutMetaSelf-Closing
<!-- -->Comment
<!DOCTYPE> Document type
<a> Anchor hyperlinkInline
<abbr> Abbreviation or AcronymInline
<acronym> HTML5 Deprecated. Acronym. Use <abbr>
<address> Contact information of author or owner of documentBlock
<applet> HTML5 Deprecated. Embedded Applet. Use <embed> or <object>.Block
<area> Area inside an image map
<article> ArticleBlock
<aside> Aside from a page contentBlock
<audio> Embedded soundBlock
<b> Bold textInline
<base> Base URLSelf-Closing
<basefont> HTML5 Deprecated. Use css. Default color, size, font for all text in a documentSelf-Closing
<bdi> bidrectional isolation of textInline
<bdo> Biderctional Override of textInline
<big> HTML5 Deprecated. Use CSS. Big text element
<blockquote> Block Quotation from other sourcesBlock
<body> Document's BodyBlock
<br> Line BreakInlineSelf-Closing
<button> Clickable ButtonInline
<canvas> Graphics Canvas for graphics using JavascriptBlock
<caption> Table CaptionBlock
<center> HTML5 Deprecated. Use CSS. Centered text
<cite> Citation. Title of a workInline
<code> Inline Program CodeInline
<col> Column property within <colgroup>InlineSelf-Closing
<colgroup> Table formatting for group of columnsBlock
<data> Machine readable translationInline
<datalist> Input values with predefined valuesBlock
<dd> Description value in Description listInline
<del> Deleted text from a documentInline
<details> Additional details. Can be hidden or viewedBlock
<dfn> Definition within contentInline
<dialog> Dialog boxBlock
<dir> HTML5 Deprecated. Use <ul>. Directory list
<div> Section of a documentBlock
<dl> Description ListBlock
<dt> Description term in description list
<em> Emphasized. Italicised text.Inline
<embed> Container for external applicationBlockSelf-Closing
<fencedframe> Nested browsing context with privacy features
<fieldset> Related elements in a formBlock
<figcaption> Caption for a <figure> Block
<figure> Self containted contentBlock
<font> HTML5 Deprecated. Use CSS. Font,color,and size of text.
<footer> Footer of a doc or sectionBlock
<form> Form for user inputBlock
<frame> HTML5 deprecated. Window in a frameset
<frameset> HTML5 deprecated. Set of Frames
<h1> ... <h6> Headings in a documentBlock
<head> Metadata info of a documentBlockMeta
<header> Header of a section or a documentBlock
<hgroup> Header and related contentBlock
<hr> Horizontal rule. Semantic: Change of theme of the documentSelf-Closing
<html> Root of the HTML documentBlockMeta
<i> Italic. Change of voice or mood of the textInline
<iframe> Inline FrameBlock
<img> ImageInlineSelf-Closing
<input> User input elementInlineSelf-Closing
<ins> Text insereted into a documentInline
<kbd> Keyboard inputInline
<label> Label for an <input>Inline
<legend> Caption for a <fieldset>Block
<li> List item
<link> Connecting link or relationship of an external resource (stylesheets)Meta
<main> Main content of a documentBlock
<map> Image map Block
<mark> Marked. Highlighted text.Inline
<marquee> scrolling area of text
<menu> Unordered List. Could be used to group nav menu items
<meta> Metadata about an HTML documentMeta
<meter> Scalar measurement within a rangeBlock
<nav> Navigation linksBlock
<nobr> No word wrap.
<noembed> Alternate content for unsupported embeded element
<noframes> HTML5 Deprecated. Alternate content for unsupported framesBlock
<noscript> Alternate content for non supporting client side scriptsBlockMeta
<object> Container for external applicationBlock
<ol> Ordered ListBlock
<optgroup> group of options in a drop-down listBlock
<option> an option in a drop-down list
<output> Calculation's resultInline
<p> A ParagraphBlock
<param> Parameter for an objectSelf-Closing
<picture> Container for multi image resources
<plaintext> Render as raw textSelf-Closing
<pre> Preformatted textBlock
<progress> Progress of a taskBlock
<q> Quotation Inline
<rb> Delimt Ruby annotation
<rp> Alternate for unspoorted ruby annotationInline
<rt> Pronunciation of characters
<rtc> Semantic annotation in <rb> inside <ruby>.Inline
<ruby> Ruby annotationBlock
<s> text is not correct anymoreInline
<samp> Sample program outputInline
<script> Client side scriptMeta
<search> Search sectionInline
<section> A section in a documentBlock
<select> Drop-down listBlock
<selectedcontent> HTML inside <select>.
<slot> Web Component element. placeholder with user markupInline
<small> Smaller textInline
<source> Video or Audio. Multiple media resourcesSelf-Closing
<span> An Inline section within a documentInline
<strike> HTML5 deprecated. Use <del> or <s>. Strikethrough text.
<strong> Bold. Semantic: Important textInline
<style> Style info for a documentMeta
<sub> Subscripted textInline
<summary> Heading for <details>Block
<sup> Superscript textInline
<table> Table structured elementBlock
<tbody> table bodyBlock
<td> table cell
<template> Container with contents which hides on page loadsBlock
<textarea> multiline input/td>Inline
<tfoot> Table footerBlock
<th> Table header cell
<thead> Table headerBlock
<time> Time or DatetimeInline
<title> Title of the documentMeta
<tr> Table row
<track> text tracks for media (video or audio)Self-Closing
<tt> HTML5 deprecated. Use CSS. Teletype text.
<u> unarticulated text. Underlined.Inline
<ul> Unordered listBlock
<var> VariableInline
<video> Embedded videoBlock
<wbr> Possible line breakInline
<xmp> HTML5 Deprecated. Use <pre> or <code>. Program code without interpretting as HTML element