

No crea un salto de linea. Es parecida a <DIV>, y tiene que ir seguida de selectores. <STYLE> SPAN {background: Silver; padding: 12px; font: bold 17px Arial; width:200px; height:40px } </STYLE> <SPAN> Leccion de SPAN</SPAN> o <SPAN style="background:Silver; padding: 12px; font: bold 17px Arial; width:200px; height:40px "> Leccion de SPAN</SPAN> Resultado: Leccion de SPAN
| Crea un salto de linea. Tiene que ir seguida de selectores.
<DIV align="left">
<DIV style="CLEAR: both">
<DIV style="margin: 7px;">
<DIV style="text-align:left;margin-left: 8pc">
<STYLE>
Leccion con DIV
|