Site hosted by Angelfire.com: Build your free website today!
Aquí hay unos ejemplos de encabezados:

Esto está en H1


Esto está en H3


Esto está en H6

Pīncha para probar el link restringido
El código de los anteriores es:

Estilo css:

Código en HTML:

H1
{
background-image:url('go.gif');
font-family: "Courier New,Arial,Verdana";
font-size: 20px;
color: #ff0066;
text-decoration:bold;
text-align:center;
margin-left:120px;
margin-right:120px;
border-top: dotted 1px pink;
border-right: dotted 1px red;
border-bottom: dotted 1px yellow;
border-left: dotted 1px blue;
}

<BR>
Aquí hay unos ejemplos de encabezados:
<h1>Esto está en H1 </h1>
<br>
<h3>Esto está en H3 </h3>
<br>
<h6>Esto está en H6 </h6>
H3
{
background-color:black;
border: dotted 1px orange;
font-family: "Courier New,Arial,Verdana";
font-size: 15px;
color: orange;
text-align:center;
margin-left:120px;
margin-right:120px;
}

 
H6
{
background-color:black;
border: dotted 1px orange;
font-family: "Courier New,Arial,Verdana";
font-size: 10px;
color: orange;
text-align:center;
margin-left:120px;
margin-right:120px;
}