<—…—>
Defines a comment
<!DOCTYPE>
Defines the document type
<a>
Defines a hyperlink
<abbr>
Defines an abbreviation or an acronym
<address>
Defines contact information for the author/owner of a document
<area>
Defines an area inside an image map
<article>
Defines an article
<aside>
Defines content aside from the page content
<audio>
Defines embedded sound content
<b>
Defines bold text
<br>
Defines a single line break
<bdo>
Overrides the current text direction
<base>
Specifies the base URL/target for all relative URLs in a document
<button>
Defines a clickable button
<bdi>
Isolates a part of text that might be formatted in a different direction from other text outside it
<blockquote>
Defines a section that is quoted from another source
<body>
Defines the document's body
<canvas>
Used to draw graphics, on the fly, via scripting (usually JavaScript)
<caption>
Defines a table caption
<cite>
Defines the title of a work
<code>
Defines a piece of computer code
<col>
Specifies column properties for each column within a <colgroup> element
<colgroup>
Specifies a group of one or more columns in a table for formatting
Last changed10 months ago