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">
  <span style="font-size: small;">A</span> <span style="font-size: medium;">A</span><span style="font-size: large;">A</span>
  <span style="font-size: x-large;">A</span> <span>A</span><span style="font-size: x-large;">A</span>
  <span style="font-size: large;">A</span> <span style="font-size: medium;">A</span><span style="font-size: small;">A</span>
  </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 20 21
</pre>
</body></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
</li>
</li>
</li>
</ol>
<ul>
<li>Html
<li>JavaScript
</li>
</li>
</ul>
|</body></html>


6.

 <html>
  <head>
  <title>Manipulando Imagenes</title>
  </head>
  <body>
  <h1>
Tres Imagenes ... </h1>
<img src="./imagenes/logo,jpg" />
  <img src="./imagenes/intro.jpg" />
  <hr />
  <img align="LEFT" height="92" src="./imagenes/final.jpg" width="272" />
  </body>
</html>|

No hay comentarios:

Publicar un comentario