HTML reset
Inline elements | |
---|---|
a | Anchor link, Internal link and External link |
img | |
span | Here is a simple span. |
em | Text with emphasis. |
i | Deprecated italics. |
b | Deprecated bold |
strong | Text with more emphasis |
mark | Notice me! |
s | Some |
del | Some |
sub | H2O |
small | Used to represent the small print of a document. |
address | Main street 67 |
cite | For more monsters, see The Monster Book of Monsters. |
sup | x2 |
q | Me?, she said. |
time | . |
code | something |
kbd | Ctrl + a |
Block elements | |
p | A paragraph |
blockquote | The blockquote element indicates an extended quotation. |
details | Html Cheat SheetInline elements Block elements |
ul |
|
ol |
|
dl |
|
hr | |
h1 | This is Heading 1 |
h2 | This is Heading 2 |
h3 | This is Heading 3 |
h4 | This is Heading 4 |
h5 | This is Heading 5 |
h6 | This is Heading 6 |
Form elements | |
fieldset | |
form | |
input type=button | |
input type=checkbox | |
input type=color | |
input type=date | |
input type=datetime | |
input type=email | |
input type=file | |
input type=hidden | |
input type=image | |
input type=month | |
input type=number | |
input type=password | |
input type=radio | |
input type=range | |
input type=reset | |
input type=search | |
input type=submit | |
input type=tel | |
input type=text | |
input type=time | |
input type=url | |
input type=week | |
input placeholder= | |
input:required | |
input:disabled | |
input:readonly | |
input:invalid | |
label | |
legend | |
meter, 0% | |
meter, 10% | |
meter, 50% | |
meter, 100% | |
output | |
progress, 0% | |
progress, 10% | |
progress, 50% | |
progress, 100% | |
select | |
textarea |