<a> |
Anchor |
Defines a hyperlink. |
M, W |
C |
<abbr> |
Abbreviation |
Defines an abbreviation or acronym. |
M, W |
C |
<acronym> |
Acronym |
Not supported in HTML5, use <abbr> instead. |
M, W |
C |
<address> |
Address |
Defines contact information for the author/owner of a document. |
M, W |
C |
<applet> |
Applet |
Not supported in HTML5, use <object> instead. |
M, W |
C |
<area> |
Area |
Defines an area inside an image map. |
M, W |
C |
<article> |
Article |
Defines independent, self-contained content. |
M, W |
C |
<aside> |
Aside |
Defines content aside from the page content. |
M, W |
C |
<audio> |
Audio |
Defines sound content. |
M, W |
C |
<b> |
Bold |
Defines bold text. |
M, W |
C |
<base> |
Base |
Specifies the base URL/target for all relative URLs in a document. |
M, W |
C |
<basefont> |
Basefont |
Not supported in HTML5, use CSS instead. |
M, W |
C |
<bb> |
Bold |
Defines bold text (non-standard). |
M, W |
C |
<bdo> |
Bidirectional Override |
Overrides the current text direction. |
M, W |
C |
<big> |
Big |
Not supported in HTML5, use CSS instead. |
M, W |
C |
<blockquote> |
Blockquote |
Defines a section that is quoted from another source. |
M, W |
C |
<body> |
Body |
Defines the document's body. |
M, W |
C |
<br> |
Break |
Inserts a single line break. |
M, W |
C |
<button> |
Button |
Defines a clickable button. |
M, W |
C |
<canvas> |
Canvas |
Used to draw graphics via scripting (usually JavaScript). |
M, W |
C |
<caption> |
Caption |
Defines a table caption. |
M, W |
C |
<center> |
Center |
Not supported in HTML5, use CSS instead. |
M, W |
C |
<cite> |
Cite |
Defines the title of a work. |
M, W |
C |
<code> |
Code |
Defines a piece of computer code. |
M, W |
C |
<col> |
Column |
Specifies column properties for each column within a <colgroup> . |
M, W |
C |
<colgroup> |
Column Group |
Specifies a group of one or more columns in a table for formatting. |
M, W |
C |
<command> |
Command |
Defines a command button that a user can invoke. |
M, W |
C |
<datalist> |
Datalist |
Specifies a list of pre-defined options for an <input> element. |
M, W |
C |
<dd> |
Description Data |
Defines a description/value of a term in a description list. |
M, W |
C |
<del> |
Deleted Text |
Defines text that has been deleted from a document. |
M, W |
C |
<details> |
Details |
Defines additional details that the user can view or hide. |
M, W |
C |
<dfn> |
Definition |
Represents the defining instance of a term. |
M, W |
C |
<dialog> |
Dialog |
Defines a dialog box or window. |
M, W |
C |
<dir> |
Directory List |
Not supported in HTML5, use <ul> instead. |
M, W |
C |
<div> |
Division |
Defines a division or a section in an HTML document. |
M, W |
C |
<dl> |
Description List |
Defines a description list. |
M, W |
C |
<dt> |
Description Term |
Defines a term/name in a description list. |
M, W |
C |
<em> |
Emphasis |
Defines emphasized text. |
M, W |
C |
<embed> |
Embed |
Defines a container for an external application or interactive content. |
M, W |
C |
<fieldset> |
Fieldset |
Groups related elements in a form. |
M, W |
C |
<figcaption> |
Figure Caption |
Defines a caption for a <figure> element. |
M, W |
C |
<figure> |
Figure |
Specifies self-contained content. |
M, W |
C |
<font> |
Font |
Not supported in HTML5, use CSS instead. |
M, W |
C |
<footer> |
Footer |
Defines a footer for a document or section. |
M, W |
C |
<form> |
Form |
Defines an HTML form for user input. |
M, W |
C |
<frame> |
Frame |
Not supported in HTML5, use <iframe> instead. |
M, W |
C |
<frameset> |
Frameset |
Not supported in HTML5, use <iframe> instead. |
M, W |
C |
<h1> |
Heading 1 |
Defines HTML headings. |
M, W |
C |
<h2> |
Heading 2 |
Defines HTML headings. |
M, W |
C |
<h3> |
Heading 3 |
Defines HTML headings. |
M, W |
C |
<h4> |
Heading 4 |
Defines HTML headings. |
M, W |
C |
<h5> |
Heading 5 |
Defines HTML headings. |
M, W |
C |
<h6> |
Heading 6 |
Defines HTML headings. |
M, W |
C |
<head> |
Head |
Contains metadata/information for the document. |
M, W |
C |
<header> |
Header |
Defines a header for a document or section. |
M, W |
C |
<hgroup> |
Heading Group |
Groups heading (<h1> to <h6> ) elements. |
M, W |
C |
<hr> |
Horizontal Rule |
Defines a thematic change in the content. |
M, W |
C |
<html> |
HTML |
Defines the root of an HTML document. |
M, W |
C |
<i> |
Italic |
Defines a part of text in an alternate voice or mood. |
M, W |
C |
<iframe> |
Inline Frame |
Defines an inline frame. |
M, W |
C |
<img> |
Image |
Defines an image. |
M, W |
C |
<input> |
Input |
Defines an input control. |
M, W |
C |
<ins> |
Inserted Text |
Defines text that has been inserted into a document. |
M, W |
C |
<isindex> |
Input Prompt |
Not supported in HTML5. Use <input> instead. |
M, W |
C |
<kbd> |
Keyboard Input |
Defines keyboard input. |
M, W |
C |
<keygen> |
Keygen |
Defines a key-pair generator field (for forms). |
M, W |
C |
<label> |
Label |
Defines a label for an <input> element. |
M, W |
C |
<legend> |
Legend |
Defines a caption for a <fieldset> element. |
M, W |
C |
<li> |
List Item |
Defines a list item. |
M, W |
C |
<link> |
Link |
Defines the relationship between a document and an external resource (most used to link to stylesheets). |
M, W |
C |
<map> |
Map |
Defines an image map. |
M, W |
C |
<mark> |
Mark |
Defines marked/highlighted text. |
M, W |
C |
<menu> |
Menu |
Defines a list/menu of commands. |
M, W |
C |
<meta> |
Meta |
Defines metadata about an HTML document. |
M, W |
C |
<meter> |
Meter |
Defines a scalar measurement within a known range (a gauge). |
M, W |
C |
<nav> |
Navigation |
Defines navigation links. |
M, W |
C |
<noframes> |
No Frames |
Not supported in HTML5. Use <iframe> instead. |
M, W |
C |
<noscript> |
No Script |
Defines an alternate content for users that do not support client-side scripts. |
M, W |
C |
<object> |
Object |
Defines an embedded object. |
M, W |
C |
<ol> |
Ordered List |
Defines an ordered list. |
M, W |
C |
<optgroup> |
Option Group |
Defines a group of related options in a drop-down list. |
M, W |
C |
<option> |
Option |
Defines an option in a drop-down list. |
M, W |
C |
<output> |
Output |
Defines the result of a calculation. |
M, W |
C |
<p> |
Paragraph |
Defines a paragraph. |
M, W |
C |
<param> |
Parameter |
Defines a parameter for an object. |
M, W |
C |
<pre> |
Preformatted Text |
Defines preformatted text. |
M, W |
C |
<progress> |
Progress |
Represents the progress of a task. |
M, W |
C |
<q> |
Quote |
Defines a short quotation. |
M, W |
C |
<rp> |
Ruby Parenthesis |
Defines what to show in browsers that do not support ruby annotations. |
M, W |
C |
<rt> |
Ruby Text |
Defines an explanation/pronunciation of characters (for East Asian typography). |
M, W |
C |
<ruby> |
Ruby |
Defines a ruby annotation (for East Asian typography). |
M, W |
C |
<s> |
Strikethrough |
Defines text that is no longer correct. |
M, W |
C |
<samp> |
Sample Output |
Defines sample output from a computer program. |
M, W |
C |
<script> |
Script |
Defines a client-side script. |
M, W |
C |
<section> |
Section |
Defines a section in a document. |
M, W |
C |
<select> |
Select |
Defines a drop-down list. |
M, W |
C |
<small> |
Small Text |
Defines smaller text. |
M, W |
C |
<source> |
Source |
Defines multiple media resources for media elements (<video> and <audio> ). |
M, W |
C |
<span> |
Span |
Defines a section in a document. |
M, W |
C |
<strike> |
Strikethrough |
Not supported in HTML5, use <del> or <s> instead. |
M, W |
C |
<strong> |
Strong |
Defines important text. |
M, W |
C |
<style> |
Style |
Defines style information for a document. |
M, W |
C |
<sub> |
Subscript |
Defines subscripted text. |
M, W |
C |
<sup> |
Superscript |
Defines superscripted text. |
M, W |
C |
<table> |
Table |
Defines a table. |
M, W |
C |
<tbody> |
Table Body |
Groups the body content in a table. |
M, W |
C |
<td> |
Table Data |
Defines a cell in a table. |
M, W |
C |
<textarea> |
Textarea |
Defines a multi-line input control (text area). |
M, W |
C |
<tfoot> |
Table Footer |
Groups the footer content in a table. |
M, W |
C |
<th> |
Table Header |
Defines a header cell in a table. |
M, W |
C |
<thead> |
Table Head |
Groups the header content in a table. |
M, W |
C |
<time> |
Time |
Defines a specific time (or datetime). |
M, W |
C |
<title> |
Title |
Defines a title for the document. |
M, W |
C |
<tr> |
Table Row |
Defines a row in a table. |
M, W |
C |
<track> |
Track |
Defines text tracks for media elements (<video> and <audio> ). |
M, W |
C |
<tt> |
Teletype Text |
Not supported in HTML5, use CSS instead. |
M, W |
C |
<u> |
Underline |
Defines text that should be stylistically different from normal text. |
M, W |
C |
<ul> |
Unordered List |
Defines an unordered list. |
M, W |
C |
<var> |
Variable |
Defines a variable. |
M, W |
C |
<video> |
Video |
Defines a video or movie. |
M, W |
C |
<wbr> |
Word Break Opportunity |
Defines a possible line-break. |
M, W |
C |