Manual de referencias de valores predeterminados de CSS
- Página anterior Valores de color CSS
- Página siguiente Entidades 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 |
|
Prueba |
a:visitado |
|
Prueba |
a:enlace:activo | color: (valor interno); | Prueba |
a:visitado:activo | color: (valor interno); | Prueba |
abbr | Ninguno. | |
direccion |
|
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 |
|
Prueba |
cuerpo |
|
Prueba |
cuerpo:focus | outline: none; | Prueba |
br | Ninguno. | |
botón | Ninguno | |
canvas | Ninguno. | |
caption |
|
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 |
|
Prueba |
del | text-decoration: line-through; | Prueba |
details | display: block; | |
dfn | font-style: italic; | Prueba |
dialog | Ninguno. | |
div | display: block; | Prueba |
dl |
|
Prueba |
dt | display: block; | Prueba |
em | font-style: italic; | Prueba |
embed:focus | outline: none; | |
campo de juego |
|
Prueba |
figcaption | display: block; | |
figure |
|
Prueba |
footer | display: block; | |
form |
|
Prueba |
h1 |
|
Prueba |
h2 |
|
Prueba |
h3 |
|
Prueba |
h4 |
|
Prueba |
h5 |
|
Prueba |
h6 |
|
Prueba |
head | display: none; | |
header | display: block; | |
hr |
|
Prueba |
html |
|
|
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 |
|
Prueba |
li | display: list-item; | |
link | display: none; | |
main | Ninguno. | |
map | display: inline; | |
mark |
|
Prueba |
menu |
|
|
menuitem | Ninguno. | |
meta | Ninguno. | |
meter | Ninguno. | |
nav | display: block; | |
noscript | Ninguno. | |
object:focus | outline: none; | |
ol |
|
Prueba |
optgroup | Ninguno. | |
opción | Ninguno. | |
salida | display: inline; | |
p |
|
Prueba |
param | display: none; | |
picture | Ninguno. | |
pre |
|
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 |
|
Prueba |
summary | display: block; | |
sup |
|
Prueba |
table |
|
Prueba |
tbody |
|
|
td |
|
|
template | Ninguno. | |
textarea | Ninguno. | |
tfoot |
|
|
th |
|
|
thead |
|
|
time | Ninguno. | |
title | display: none; | |
tr |
|
|
track | Ninguno. | |
u | text-decoration: underline; | Prueba |
ul |
|
Prueba |
var | font-style: italic; | Prueba |
video | Ninguno. | |
wbr | Ninguno. |
- Página anterior Valores de color CSS
- Página siguiente Entidades CSS