Codigos

Páginas: 2 (399 palabras) Publicado: 4 de diciembre de 2012
<html>
<head>
<title>estilos</title>
</head>
<body bgcolor="black">
<div style="color:#0000ff;font-weight.bold">
<h3>esta es una etiqueta<i>azul y negrita</i></h3>
<p>seguimos dentro del div y permanecen los estilos</p>
</div>
</body>
</html>

<html>
<head><title>estilos</title>
</head>
<body bgcolor="blue">
<p style ="color:#990000">
este parrafo es rojo
</p>
<p style="color:#00ff00">
este parrafo es verde
</p><p style="color:#0000ff">
este parrafo es azul
</p>
</body>
</html>

<html>
<head>
<title>estilos</title>
<style type="text/css"><!--
h1{text-decoration:underline:
text-aling:center}

p {font-fansty:arial verelana;
color:white backgraund-color:black}

body{color:black backgraund-color:0000fftext:intent:fens}

</head>
<body>
<h1>pagina de estilo</h1>
bienvenidos...
<p>este es un ejemplo de estilo para toda la pagina</p>
</body>
</html><html>
<head>
<title>estilos</title>
</head>
<body bgcolor="black">
<p>este parrafo es de varias palabras
<span style="color:green">
en colorverde
</span>
</p>
</body>
</html>

| <HTML> |
| <HEAD> |
| <TITLE> ESTILO </TITLE> |
| |
| <Style type="text less"> |
|<!-- |
| H1{text-decoration:underline; |
| text-align:center} |
| P{font-family:arial,verdana; |
| color:white:background-color:black} |
|BODY{color:black.background-color:#00000; |
| text-indent:1cm} |
| <--> |
| </Style> |
| </HEAD> |
| <BODY> |
| <H1> pagina de estilos</H1> |
| BIENVENIDOS |
|...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Codigos
  • Codigo
  • Codigos
  • codigo
  • Codigo
  • Codigo
  • Codigo
  • Codigo

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS