viernes, 30 de enero de 2015

Colores en HTML

Materia: Cómputo

Tipo: Apunte

Este es un código en html y si se copia tal cual mostrará el cuadro inferior, si, con todo y cuadros aparentemente con relieve. Es una tabla sobre los códigos en html, y algunos solo ejemplos.
Recuerdo que la maestra solo empezó a escribir en el pizarrón y dijo copien  y guarden en bloc de notas con extensión .html, la verdad me gustó tanto que lo he guardado.

--------------------------------------------------------------------------------------------------------------------------------------------------------------
<Html>
<head> <title>COLORES</head> </title>
<Center>
<h1>16 Colores Estandar</h1>
<b>
<table cellspacing=15 boprder=10>
<tr aling=center>
<td width=99 bgcolor=black> <font color=white>Black</font>
<td width=99 bgcolor=navy> <Font color=whithe>navy</font>
<td width=99 bgcolor=blue>blue
<td width=99 bgcolor=teal>teal 
<td width=99 bgcolor=aqua>aqua
</tr>
</table>
<table cellspacing=15 border=10>
<tr alng=center>
<td width=99 bgcolr=silver>silver
<td width=99 bgcolor=gray>gray
<td width=99 bgcolor=yellow>yellow
<td width=99 bgcolor=green>green
<td width=99 bgcolor=olive>olive
<td width=99 bgcolor=lime>lime
</tr>
</table>
<table cellspacing=15 border=109>
<traling=center>
<td width=99 bgcolor=red>red
<td width=99 bgcolor=marron> <Font color=white>marron</font>
<td width=99 bgcolor=white>white
<td width=99 bgcolor=pink>pink
<td width=99 bgcolor=purple>purple
</tr>
</table>
</b>
<h1>256 Colores RGB</h1>
<table cellspacing=15 border=127>
<tr aling=cehter>
<td rowspan=4 width=99 bgcolor=red>red
<td width=99 bgcolor=cc33009>cc3300
<td width=99 bgcolor=ff99999>ff99999
<td width=99 bgcolor=ffcccc>ffccccc
<td rowspan=4 width=99 bgcolor=marron>marron
</tr>
</table>
<table cellspacing=15 border=127>
<tr aling=center>
<td rowspan=4 width=99 bgcolor=ff3333>ff3333
<td width=99 bgcolor=cc0033>cc0033
<td width=99 bgcolor=ff9966>ff9966
<td width=99 bgcolor=ff6699>ff6699
<td width=99 bgcolor=660000> <Font color=white>660000</font>
</tr>
</table>
<table cellspancing=15 border=127>
<tr aling=center>
<td rowspan=4 width=99 bgcolor=#ff0033>#ff0033
<td width=99 bgcolor=#cc0000>cc0000
<td width=99 bgcolor=#663333> <Font Color=white>663333</font>
<Font color=white 330000> </Font>
</tr>
</table>
</html>
---------------------------------------------------------------------------------------------------

16 Colores Estandar





Black navy blue teal aqua





silver gray yellow green olive lime




red marron white pink purple

256 Colores RGB





red cc3300 ff99999 ffccccc marron




ff3333 cc0033 ff9966 ff6699 660000


#ff0033 cc0000 663333

No hay comentarios.:

Publicar un comentario