informatica

informatica

viernes, 16 de noviembre de 2012

diseño de paginas 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>

No hay comentarios:

Publicar un comentario