Manual de referencias de valores predeterminados de CSS

Valores predeterminados de CSS de los elementos HTML

La siguiente tabla muestra todos los valores predeterminados de CSS de los elementos HTML del navegador.

elemento Valores CSS predeterminados TIY
a:enlace
  • color: (valor interno);
  • text-decoration: underline;
  • cursor: automático;
Prueba
a:visitado
  • color: (valor interno);
  • text-decoration: underline;
  • cursor: automático;
Prueba
a:enlace:activo color: (valor interno); Prueba
a:visitado:activo color: (valor interno); Prueba
abbr Ninguno.
direccion
  • display: block;
  • font-style: italic;
Prueba
área display: none;
article display: block;
aside display: block;
audio Ninguno.
b font-weight: bold; Prueba
base Ninguno.
bdi Ninguno.
bdo unicode-bidi: bidi-override;
blockquote
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 40px;
  • margin-right: 40px;
Prueba
cuerpo
  • display: block;
  • margen: 8px;
Prueba
cuerpo:focus outline: none; Prueba
br Ninguno.
botón Ninguno
canvas Ninguno.
caption
  • display: caption-de-tabla
  • text-align: center;
Prueba
cite font-style: italic; Prueba
code font-family: monospace; Prueba
col display: columna-de-tabla; Prueba
colgroup display: grupo-de-columnas-de-tabla Prueba
datalist display: none;
dd
  • display: block;
  • margin-left: 40px;
Prueba
del text-decoration: line-through; Prueba
details display: block;
dfn font-style: italic; Prueba
dialog Ninguno.
div display: block; Prueba
dl
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
Prueba
dt display: block; Prueba
em font-style: italic; Prueba
embed:focus outline: none;
campo de juego
  • display: block;
  • margen izquierdo: 2px;
  • margen derecho: 2px;
  • margen superior: 0.35em;
  • margen inferior: 0.625em;
  • margen izquierdo: 0.75em;
  • margen derecho: 0.75em;
  • borde: 2px surco (valor interno);
Prueba
figcaption display: block;
figure
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 40px;
  • margin-right: 40px;
Prueba
footer display: block;
form
  • display: block;
  • margin-top: 0em;
Prueba
h1
  • display: block;
  • font-size: 2em;
  • margin-top: 0.67em;
  • margin-bottom: 0.67em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Prueba
h2
  • display: block;
  • font-size: 1.5em;
  • margin-top: 0.83em;
  • margin-bottom: 0.83em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Prueba
h3
  • display: block;
  • font-size: 1.17em;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Prueba
h4
  • display: block;
  • margin-top: 1.33em;
  • margin-bottom: 1.33em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Prueba
h5
  • display: block;
  • font-size: .83em;
  • margin-top: 1.67em;
  • margin-bottom: 1.67em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Prueba
h6
  • display: block;
  • font-size: .67em;
  • margin-top: 2.33em;
  • margin-bottom: 2.33em;
  • margin-left: 0;
  • margin-right: 0;
  • font-weight: bold;
Prueba
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;
Prueba
html
  • display: block;
  • html:focus
  • outline: none;
i font-style: italic; Prueba
iframe:focus outline: none;
iframe[seamless] display: block;
img display: inline-block; Prueba
input Ninguno.
ins text-decoration: underline; Prueba
kbd font-family: monospace; Prueba
label cursor: default; Prueba
legend
  • display: block;
  • padding-left: 2px;
  • padding-right: 2px;
  • border: none;
Prueba
li display: list-item;
link display: none;
main Ninguno.
map display: inline;
mark
  • background-color: yellow;
  • color: black;
Prueba
menu
  • display: block;
  • list-style-type: disc;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
menuitem Ninguno.
meta Ninguno.
meter Ninguno.
nav display: block;
noscript Ninguno.
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;
Prueba
optgroup Ninguno.
opción Ninguno.
salida display: inline;
p
  • display: block;
  • margin-top: 1em;
  • margin-bottom: 1em;
  • margin-left: 0;
  • margin-right: 0;
Prueba
param display: none;
picture Ninguno.
pre
  • display: block;
  • font-family: monospace;
  • white-space: pre;
  • margin: 1em 0;
Prueba
progress Ninguno.
q display: inline; Prueba
q::before content: open-quote; Prueba
q::after content: close-quote; Prueba
rp Ninguno.
rt line-height: normal;
ruby Ninguno.
s text-decoration: line-through; Prueba
samp font-family: monospace;
script display: none;
section display: block; Prueba
select Ninguno.
small font-size: smaller; Prueba
source Ninguno.
span Ninguno.
strike text-decoration: line-through; Prueba
strong font-weight: bold; Prueba
style display: none;
sub
  • vertical-align: sub;
  • font-size: smaller;
Prueba
summary display: block;
sup
  • vertical-align: super;
  • font-size: smaller;
Prueba
table
  • display: table;
  • border-collapse: separate;
  • border-spacing: 2px;
  • border-color: gray;
Prueba
tbody
  • display: table-row-group;
  • vertical-align: middle;
  • border-color: inherit;
td
  • display: table-cell;
  • vertical-align: inherit;
template Ninguno.
textarea Ninguno.
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 Ninguno.
title display: none;
tr
  • display: table-row;
  • vertical-align: inherit;
  • border-color: inherit;
track Ninguno.
u text-decoration: underline; Prueba
ul
  • display: block;
  • list-style-type: disc;
  • margin-top: 1em;
  • margin-bottom: 1 em;
  • margin-left: 0;
  • margin-right: 0;
  • padding-left: 40px;
Prueba
var font-style: italic; Prueba
video Ninguno.
wbr Ninguno.