A | B | C | D | |
---|---|---|---|---|
1
|
Tag | Description | Tag Type | HTML5 Support |
2
|
<audio> | Defines sound content | Audio/Video | Yes |
3
|
<source> | Defines multiple media resources for media elements (<video> and <audio>) | Audio/Video | Yes |
4
|
<track> | Defines text tracks for media elements (<video> and <audio>) | Audio/Video | Yes |
5
|
<video> | Defines a video or movie | Audio/Video | Yes |
6
|
<bdi> | Isolates a part of text that might be formatted in a different direction from other text outside it | Formating | Yes |
7
|
<mark> | Defines marked/highlighted text | Formating | Yes |
8
|
<meter> | Defines a scalar measurement within a known range (a gauge) | Formating | Yes |
9
|
<progress> | Represents the progress of a task | Formating | Yes |
10
|
<rp> | Defines what to show in browsers that do not support ruby annotations | Formating | Yes |
11
|
<rt> | Defines an explanation/pronunciation of characters (for East Asian typography) | Formating | Yes |
12
|
<ruby> | Defines a ruby annotation (for East Asian typography) | Formating | Yes |
13
|
<time> | Defines a date/time | Formating | Yes |
14
|
<wbr> | Defines a possible line-break | Formating | Yes |
15
|
<datalist> | Specifies a list of pre-defined options for input controls | Forms and Input | Yes |
16
|
<keygen> | Defines a key-pair generator field (for forms) | Forms and Input | Yes |
17
|
<output> | Defines the result of a calculation | Forms and Input | Yes |
18
|
<canvas> | Used to draw graphics, on the fly, via scripting (usually JavaScript) | Images | Yes |
19
|
<figcaption> | Defines a caption for a <figure> element | Images | Yes |
20
|
<figure> | Specifies self-contained content | Images | Yes |
21
|
<nav> | Defines navigation links | Links | Yes |
22
|
<menuitem> | Defines a command/menu item that the user can invoke from a popup menu | Lists | Yes |
23
|
<embed> | Defines a container for an external (non-HTML) application | Programming | Yes |
24
|
<header> | Defines a header for a document or section | Styles and Semantics | Yes |
25
|
<footer> | Defines a footer for a document or section | Styles and Semantics | Yes |
26
|
<main> | Specifies the main content of a document | Styles and Semantics | Yes |
27
|
<section> | Defines a section in a document | Styles and Semantics | Yes |
28
|
<article> | Defines an article | Styles and Semantics | Yes |
29
|
<aside> | Defines content aside from the page content | Styles and Semantics | Yes |
30
|
<details> | Defines additional details that the user can view or hide | Styles and Semantics | Yes |
31
|
<dialog> | Defines a dialog box or window | Styles and Semantics | Yes |
32
|
<summary> | Defines a visible heading for a <details> element | Styles and Semantics | Yes |
33
|
<acronym> | Use <abbr> instead. Defines an acronym | Formating | No |
34
|
<big> | Use CSS instead.Defines big text | Formating | No |
35
|
<center> | Use CSS instead.Defines centered text | Formating | No |
36
|
<font> | Use CSS instead.Defines font, color, and size for text | Formating | No |
37
|
<strike> | Use <del> or <s> instead.Defines strikethrough text | Formating | No |
38
|
<tt> | Use CSS instead.Defines teletype text | Formating | No |
39
|
<frame> | Defines a window (a frame) in a frameset | Frames | No |
40
|
<frameset> | Defines a set of frames | Frames | No |
41
|
<noframes> | Defines an alternate content for users that do not support frames | Frames | No |
42
|
<dir> | Use <ul> instead.Defines a directory list | Lists | No |
43
|
<basefont> | Use CSS instead.Specifies a default color, size, and font for all text in a document | Meta Info | No |
44
|
<applet> | Use <embed> or <object> instead.Defines an embedded applet | Programming | No |
45
|
<!DOCTYPE> | Defines the document type | Basic | - |
46
|
<html> | Defines an HTML document | Basic | - |
47
|
<title> | Defines a title for the document | Basic | - |
48
|
<body> | Defines the document's body | Basic | - |
49
|
<h1> to <h6> | Defines HTML headings | Basic | - |
50
|
<p> | Defines a paragraph | Basic | - |
51
|
<br> | Inserts a single line break | Basic | - |
52
|
<hr> | Defines a thematic change in the content | Basic | - |
53
|
<!--...--> | Defines a comment | Basic | - |
54
|
<abbr> | Defines an abbreviation or an acronym | Formating | - |
55
|
<address> | Defines contact information for the author/owner of a document/article | Formating | - |
56
|
<b> | Defines bold text | Formating | - |
57
|
<bdo> | Overrides the current text direction | Formating | - |
58
|
<blockquote> | Defines a section that is quoted from another source | Formating | - |
59
|
<cite> | Defines the title of a work | Formating | - |
60
|
<code> | Defines a piece of computer code | Formating | - |
61
|
<del> | Defines text that has been deleted from a document | Formating | - |
62
|
<dfn> | Represents the defining instance of a term | Formating | - |
63
|
<em> | Defines emphasized text | Formating | - |
64
|
<i> | Defines a part of text in an alternate voice or mood | Formating | - |
65
|
<ins> | Defines a text that has been inserted into a document | Formating | - |
66
|
<kbd> | Defines keyboard input | Formating | - |
67
|
<pre> | Defines preformatted text | Formating | - |
68
|
<q> | Defines a short quotation | Formating | - |
69
|
<s> | Defines text that is no longer correct | Formating | - |
70
|
<samp> | Defines sample output from a computer program | Formating | - |
71
|
<small> | Defines smaller text | Formating | - |
72
|
<strong> | Defines important text | Formating | - |
73
|
<sub> | Defines subscripted text | Formating | - |
74
|
<sup> | Defines superscripted text | Formating | - |
75
|
<u> | Defines text that should be stylistically different from normal text | Formating | - |
76
|
<var> | Defines a variable | Formating | - |
77
|
<form> | Defines an HTML form for user input | Forms and Input | - |
78
|
<input> | Defines an input control | Forms and Input | - |
79
|
<textarea> | Defines a multiline input control (text area) | Forms and Input | - |
80
|
<button> | Defines a clickable button | Forms and Input | - |
81
|
<select> | Defines a drop-down list | Forms and Input | - |
82
|
<optgroup> | Defines a group of related options in a drop-down list | Forms and Input | - |
83
|
<option> | Defines an option in a drop-down list | Forms and Input | - |
84
|
<label> | Defines a label for an <input> element | Forms and Input | - |
85
|
<fieldset> | Groups related elements in a form | Forms and Input | - |
86
|
<legend> | Defines a caption for a <fieldset> element | Forms and Input | - |
87
|
<iframe> | Defines an inline frame | Frames | - |
88
|
<img> | Defines an image | Images | - |
89
|
<map> | Defines a client-side image-map | Images | - |
90
|
<area> | Defines an area inside an image-map | Images | - |
91
|
<a> | Defines a hyperlink | Links | - |
92
|
<link> | Defines the relationship between a document and an external resource (most used to link to style sheets) | Links | - |
93
|
<ul> | Defines an unordered list | Lists | - |
94
|
<ol> | Defines an ordered list | Lists | - |
95
|
<li> | Defines a list item | Lists | - |
96
|
<dl> | Defines a description list | Lists | - |
97
|
<dt> | Defines a term/name in a description list | Lists | - |
98
|
<dd> | Defines a description of a term/name in a description list | Lists | - |
99
|
<menu> | Defines a list/menu of commands | Lists | - |
100
|
<head> | Defines information about the document | Meta Info | - |
101
|
<meta> | Defines metadata about an HTML document | Meta Info | - |
102
|
<base> | Specifies the base URL/target for all relative URLs in a document | Meta Info | - |
103
|
<script> | Defines a client-side script | Programming | - |
104
|
<noscript> | Defines an alternate content for users that do not support client-side scripts | Programming | - |
105
|
<object> | Defines an embedded object | Programming | - |
106
|
<param> | Defines a parameter for an object | Programming | - |
107
|
<style> | Defines style information for a document | Styles and Semantics | - |
108
|
<div> | Defines a section in a document | Styles and Semantics | - |
109
|
<span> | Defines a section in a document | Styles and Semantics | - |
110
|
<table> | Defines a table | Tables | - |
111
|
<caption> | Defines a table caption | Tables | - |
112
|
<th> | Defines a header cell in a table | Tables | - |
113
|
<tr> | Defines a row in a table | Tables | - |
114
|
<td> | Defines a cell in a table | Tables | - |
115
|
<thead> | Groups the header content in a table | Tables | - |
116
|
<tbody> | Groups the body content in a table | Tables | - |
117
|
<tfoot> | Groups the footer content in a table | Tables | - |
118
|
<col> | Specifies column properties for each column within a <colgroup> element | Tables | - |
119
|
<colgroup> | Specifies a group of one or more columns in a table for formatting | Tables | - |