Diferencia entre revisiones de «Edicion»

De luz-wiki
Sin resumen de edición
Línea 1: Línea 1:
== desplegar texto en color ==
== desplegar texto en color ==


<nowiki><span style="color:#008000">- texto en color verde </span></nowiki>
instrucción:


<span style="color:#008000">- texto en color verde </span>
<nowiki><span style="color:#008000"> texto en color verde </span></nowiki>
 
resultado:
 
<span style="color:#008000"> texto en color verde </span>


The HTML 4.01 specification defines sixteen named colors, as follows:
The HTML 4.01 specification defines sixteen named colors, as follows:

Revisión del 09:51 5 feb 2010

desplegar texto en color

instrucción:

<span style="color:#008000"> texto en color verde </span>

resultado:

texto en color verde

The HTML 4.01 specification defines sixteen named colors, as follows:

Color Hexadecimal Color Hexadecimal
black #000000 silver #c0c0c0
gray #808080 white #ffffff
maroon #800000 red #ff0000
purple #800080 fuchsia #ff00ff
green #008000 lime #00ff00
olive #808000 yellow #ffff00
navy #000080 blue #0000ff
teal #008080 aqua #00ffff

hay otras posibilidades