Manual de referência de valores padrão CSS

Valores padrão CSS dos elementos HTML

A tabela a seguir mostra os valores padrão do CSS para todos os elementos HTML do navegador.

Elemento Valores CSS padrão TIY
a:link
  • color: (interno valor);
  • text-decoration: underline;
  • cursor: auto;
Experimente
a:visited
  • color: (interno valor);
  • text-decoration: underline;
  • cursor: auto;
Experimente
a:link:active color: (interno valor); Experimente
a:visited:active color: (interno valor); Experimente
abbr Nenhum.
address
  • display: block;
  • font-style: italic;
Experimente
area display: none;
article display: block;
aside display: block;
audio Nenhum.
b font-weight: bold; Experimente
base Nenhum.
bdi Nenhum.
bdo unicode-bidi: bidi-override;
blockquote
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 40px;
  • margin-right: 40px;
Experimente
body
  • display: block;
  • margin: 8px;
Experimente
body:focus outline: none; Experimente
br Nenhum.
button Nenhum
canvas Nenhum.
caption
  • display: table-caption
  • text-align: center;
Experimente
cite font-style: italic; Experimente
code font-family: monospace; Experimente
col display: table-column; Experimente
colgroup display: table-column-group Experimente
datalist display: none;
dd
  • display: block;
  • margin-left: 40px;
Experimente
del text-decoration: line-through; Experimente
details display: block;
dfn font-style: italic; Experimente
dialog Nenhum.
div display: block; Experimente
dl
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
Experimente
dt display: block; Experimente
em font-style: italic; Experimente
embed:focus outline: none;
fieldset
  • display: block;
  • margin-left: 2px;
  • margin-right: 2px;
  • padding-top: 0,35em;
  • padding-bottom: 0,625em;
  • padding-left: 0,75em;
  • padding-right: 0,75em;
  • border: 2px groove (interno valor);
Experimente
figcaption display: block;
figure
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 40px;
  • margin-right: 40px;
Experimente
footer display: block;
form
  • display: block;
  • margin-top: 0em;
Experimente
h1
  • display: block;
  • font-size: 2em;
  • margin-top: 0.67em;
  • margin-bottom: 0.67em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Experimente
h2
  • display: block;
  • font-size: 1.5em;
  • margin-top: 0.83em;
  • margin-bottom: 0.83em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Experimente
h3
  • display: block;
  • font-size: 1.17em;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Experimente
h4
  • display: block;
  • margin-top: 1.33em;
  • margin-bottom: 1.33em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Experimente
h5
  • display: block;
  • font-size: .83em;
  • margin-top: 1.67em;
  • margin-bottom: 1.67em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Experimente
h6
  • display: block;
  • font-size: .67em;
  • margin-top: 2.33em;
  • margin-bottom: 2.33em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Experimente
head display: none;
header display: block;
hr
  • display: block;
  • margin-top: 0.5em;
  • margin-bottom: 0.5em;
  • margin-left: auto;
  • margin-right: auto;
  • border-style: inset;
  • border-width: 1px;
Experimente
html
  • display: block;
  • html:focus
  • outline: none;
i font-style: italic; Experimente
iframe:focus outline: none;
iframe[seamless] display: block;
img display: inline-block; Experimente
input Nenhum.
ins text-decoration: underline; Experimente
kbd font-family: monospace; Experimente
label cursor: default; Experimente
legend
  • display: block;
  • padding-left: 2px;
  • padding-right: 2px;
  • border: none;
Experimente
li display: list-item;
link display: none;
main Nenhum.
map display: inline;
mark
  • background-color: yellow;
  • color: black;
Experimente
menu
  • display: block;
  • list-style-type: disc;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
menuitem Nenhum.
meta Nenhum.
meter Nenhum.
nav display: block;
noscript Nenhum.
object:focus outline: none;
ol
  • display: block;
  • list-style-type: decimal;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
Experimente
optgroup Nenhum.
opção Nenhum.
output display: inline;
p
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
Experimente
param display: none;
picture Nenhum.
pre
  • display: block;
  • font-family: monospace;
  • white-space: pre;
  • margin: 1em 0;
Experimente
progress Nenhum.
q display: inline; Experimente
q::before content: open-quote; Experimente
q::after content: close-quote; Experimente
rp Nenhum.
rt line-height: normal;
ruby Nenhum.
s text-decoration: line-through; Experimente
samp font-family: monospace;
script display: none;
section display: block; Experimente
select Nenhum.
small font-size: smaller; Experimente
source Nenhum.
span Nenhum.
strike text-decoration: line-through; Experimente
strong font-weight: bold; Experimente
style display: none;
sub
  • vertical-align: sub;
  • font-size: smaller;
Experimente
summary display: block;
sup
  • vertical-align: super;
  • font-size: smaller;
Experimente
table
  • display: table;
  • border-collapse: separate;
  • border-spacing: 2px;
  • border-color: gray;
Experimente
tbody
  • display: table-row-group;
  • vertical-align: middle;
  • border-color: inherit;
td
  • display: table-cell;
  • vertical-align: inherit;
template Nenhum.
textarea Nenhum.
tfoot
  • display: table-footer-group;
  • vertical-align: middle;
  • border-color: inherit;
th
  • display: table-cell;
  • vertical-align: inherit;
  • font-weight: bold;
  • text-align: center;
thead
  • display: table-header-group;
  • vertical-align: middle;
  • border-color: inherit;
time Nenhum.
title display: none;
tr
  • display: table-row;
  • vertical-align: inherit;
  • border-color: inherit;
track Nenhum.
u text-decoration: underline; Experimente
ul
  • display: block;
  • list-style-type: disc;
  • margin-top: 1em;
  • margin-bottom: 1 em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
Experimente
var font-style: italic; Experimente
video Nenhum.
wbr Nenhum.