viernes, 30 de noviembre de 2012

Página Web II

4)

 <html>
 <head>
 <title>Pagina nueva 2</title>
 </head>
 <body bgcolor=cyan>
<PRE>

       1   2   3   4   5   6   7       <B>Esto es una demostracion de </B>
       8   9  10  11  12  13  14          texto preformateado
      15  16  17  18  19  20  21
</PRE>
</html>


5)

<html>
 <head>
 <title>Pagina nueva 2</title>
 </head>
 <body bgcolor=cyan>
<h1>Listas</h1>
<HR>
<OL>
<LI>Capa de Datos
<LI>Mysql
<LI>Postgresql
</OL>
<UL>
<LI>Html
<LI>Javascript
</UL>
|</html>


6)

<html>
 <head
 <title>Manioulando Imagenes </title>
 </head>
 <body>
 <h1>Tres Imagenes ...</h1>
 <img src=./imagenes/logo.jpg>
 <p/>
 <img src=./imagenes/intro.jpg>
 <hr>
 <img src=./imagenes/final.jpg ALGIN=LEFT WIDTH=272 HEIGHT=92
 </body>
</html>

No hay comentarios:

Publicar un comentario