jueves, 15 de noviembre de 2012

LENGUAJE WEB


1)
<html>
  <head> 
     <title>Primer ejemplo</title>
  </head>
  <body>
  Programación html
  <hr>
  BSCONSULTORES -Arequipa 2008
  </body>
</html>

2)
<html>
  <head> 
     <title>Pagina nueva 1 </title>
  </head>
  <body bgcolor=cyan>
  <h1>Segunda prueba...</h1>
  <h2>Encabezados en HTML</h2>
  <hr>
  <u><b>BSConsultores </b> -Arequipa 2008</u>
  </body>
</html>

3)
<html>
  <head> 
     <title>Pagina nueva 2|</title>
  </head>
  <body bgcolor=cyan>
  <FONT SIZE=3>A</font><FONT SIZE=4>A</font><FONT 
SIZE=5>A</font>   <FONT SIZE=6>A</font><FONT SIZE=7>A</font><FONT SIZE=6>A</font>  <FONT SIZE=5>A</font><FONT SIZE=4>A</font><FONT SIZE=3>A</FONT>
  </body>
</html>

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 19 20



</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>
  <titlezManipulando 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 ALIGN=LEFT WIGTH=272 HEIGTH= 92
   
</body>

</html>
   


Pagina nueva 2 AAA AAA AAA

No hay comentarios:

Publicar un comentario