HTML reset

Inline elements
a Anchor link, Internal link and External link
img random picture
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 incorrect/inaccurate/irrelevant text
del Some deleted text
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 Sheet

Inline elements

Block elements

ul
  • I'm an item
  • I'm another item
ol
  1. I'm the first item
  2. I'm the second item
dl
A Term
Definition of a term
Another Term
Definition of another term
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
Legend tag Fieldset content
form
Form content
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 Content
meter, 0% at 0/100
meter, 10% at 10/100
meter, 50% at 50/100
meter, 100% at 100/100
output Value
progress, 0% 0%
progress, 10% 10%
progress, 50% 50%
progress, 100% 100%
select
textarea