ClubEnsayos.com - Ensayos de Calidad, Tareas y Monografias
Buscar

Herramientas Basicas


Enviado por   •  17 de Marzo de 2014  •  3.374 Palabras (14 Páginas)  •  216 Visitas

Página 1 de 14

zzElementos básicos

• Cabeceras Una forma rápida de dar efectos al texto es utilizar las etiquetas de cabecera (HeadingTags).

<Hx> </Hx>

Donde x puede cambiar entre los valores del 1 al 6 siendo estos el tamaño del más grande al más chico.

<html>

<head>

</title> Esther García Morales </title>

</head>

<body>

<H1> Ejemplo 1 </H1>

<H2> Ejemplo 2 </H2>

<H3> Ejemplo 3 </H3>

<H4> Ejemplo 4 </H4>

<H5> Ejemplo 5 </H5>

<H6> Ejemplo 6 </H6>

</body>

</html>

• Etiqueta <font>

Permite variar el tamaño, el color y el tipo de letra del texto

Los atributos a utilizar son:

size

<fontsize=x> texto < /font>

Donde x es un número del 1 al 7, yendo del más pequeño al más grande respectivamente.

O también se puede utilizar del -2 al +4.

Estos tienen la correspondencia, 1 = -2. El valor por defecto es 3.

<html>

<head>

</title> Esther García Morales </title>

</head>

<body>

<font size=1> Tamaño 1 </font>

<font size=2> Tamaño 2 </font>

<font size=3> Tamaño 3 </font>

<font size=4> Tamaño 4 </font>

<font size=5> Tamaño 5 </font>

<font size=6> Tamaño 6 </font>

</body>

</html>

<html>

<head>

</title> Esther García Morales </title>

</head>

<body>

<font size=-2> Tamaño -2 </font>

<font size=-1> Tamaño -1 </font>

<font size=+0> Tamaño +0 </font>

<font size=+1> Tamaño +1 </font>

<font size=+2> Tamaño +2 </font>

<font size=+3> Tamaño +3 </font>

<font size=+4> Tamaño +4 </font>

</body>

</html>

• Etiqueta <font>…

Face

<fontface=“font”> texto < /font>

Donde Font es el tipo de fuente seleccionada.

<fontface=Tahoma> texto < /font>

<html>

<head>

</title> Esther García Morales </title>

</head>

<body>

<font face=Tahoma> Tipo de fuente Tahoma </font>

<font face=Times New Roman> Tipo de fuente Times New Roman </font>

</body>

</html>

Etiqueta <font>…

color

<fontcolor=“color”> texto < /font>

Donde color es el color deseado.

<fontcolor=Red> color rojo < /font>

<html>

<head>

</title> Esther García Morales </title>

</head>

<body>

<font color=Red> Color de fuente Rojo </font>

<font color=Blue> Color de fuente Azul </font>

<font color=Green> Color de fuente Verde </font>

<font color=Yellow> Color de fuente Amarillo </font>

</body>

</html>

Formato a texto

Todas estas etiquetas nos permiten cambiar de una manera u otra el aspecto del tipo de letra que estemos utilizando y se pueden utilizar con tiras de caracteres dentro de un párrafo.

Etiqueta Utilidad Resultado

<B>... </B> Pone el texto en negrita. Soy un texto negro como el tizón

<I>... </I> Representa el texto en cursiva. Estoy ladeado

<U>... </U> Para subrayar. Soy importante, estoy subrayado

<S>... </S> Para tachar. A mí, en cambio, nadie me quiere

<TT>... </TT> Permite representar

...

Descargar como (para miembros actualizados)  txt (20.5 Kb)  
Leer 13 páginas más »
Disponible sólo en Clubensayos.com