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>inline?
<address> Contact information of author or owner of documentblock
<applet> HTML5 Deprecated. Embedded Applet. Use <embed> or <object>.block
<area> Area inside an image mapinline?
<article> Article.block
<aside> Aside from a page contentblock
<audio> Embedded soundblock
<b> Bold textinline
<base> Base URL??Self-Closing
<basefont> HTML5 Deprecated. Use css. Default color, size, font for all text in a document??Self-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 document?Self-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 document?Meta
<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 object?Self-Closing
<picture> Container for multi image resources?
<plaintext> Render as raw text?Self-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 charactersinline?
<rtc> Semantic annotation in <rb> inside <ruby>.inline
<ruby> Ruby annotationblock
<s> text is not correct anymoreinline
<samp> Sample program outputinline
<script> Client side script?Meta
<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 resources?Self-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 document?Meta
<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.inline?
<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?