lunes, 1 de abril de 2013

10 etiquetas


<html>
<head>
<title> prueba de nathaly andrea pinzon montoya</title>
</head>
<body>
<br><i>cursiva</i></br>
<BIG> texto grande </BIG> </br>
<CENTER>centrado</CENTER>
<br><EM>resalta la palabra</EM></br>
<br> <H1>p</h1><H2>r</h2><h3>u</h3><H4>e</h4><H5>b</h5><H6>a</h6></br>
<br><tt>otro tipo de letra</tt></br>
<br><S>tacha el texto</S></br>
<br><SMALL>letra mas pequeña</SMALL></br>
<br><STRONG>negrita</STRONG></br>
<u>subrayado</u>
</body>
</html>

Etiquetas No Contenedoras


<html>
<head> 
<title>
Ejemplo de la etiqueta saltada </title>
</head>
<body> 
<p> este es un parrafo<br> </p>
saltado 
</body> 
</html>


Etiquetas Contenedoras


<html>
<head> 
<title>esta es la pagina de nathaly andrea pinzon montoya</title>
</head>
<body> 
esta es una prueba
</body> 
</html>