<title> |
Defines the title of a document |
<textarea> |
Defines a text area in the document |
<blockquote> |
Defines a quoted section |
<div> |
Defines a particular section in the document |
<pre> |
Represents preformatted text |
<code> |
Defines the computer code |
<noscript> |
Represents an alternate content for browsers that do not support scripting languages |
<script> |
Defines a client-side script |
<hr> |
Defines a horizontal line or a thematic break in a section |
<b> |
Defines bold text |
<br> |
Defines a line break |
<header> |
Defines a header of the document or any section |
<footer> |
Defines a footer of the document or any section |
<wbr> |
Defines a word break opportunity in a string of text |
<figure> |
Represents self-contained content |
<figcaption> |
represents a caption of its parent <figure> element |