Entradas populares

jueves, 15 de noviembre de 2012

lenguaje web



<HTML>
 <HEAD>
  <TITLE>Primer ejemplo</title>
 </HEAD>
 <BODY>
  Programación HTML
  <BR>
  BSCONSULTUROES - Arequipa 2008
 </BODY>
</HTML>


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


<html>
 <head>
 <title>Página nueva 1 </title>
 </head>
 <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>          



<html>
  <head>
  <title>Página nueva 2|</title>
  </head>
  <body bgcolor=cyan>
<PRE>
   

       1  2  3  4  5  6  7   <B>Esto es una demostracion de </8>
       8 9  10  11 12 13 14       texto preformateado 

       15 16 17 18 19 20 21 

</PRE>
</HTML>




<html>
  <head>
  <title>Página nueva 2</title>
  </head>
  <body bgcolor=cyan>
<h1>Listas</h1>
<HR>
<OL>
<LI>Capa de Datos 
<LI>Mysql
</OL>
<UL>
<LI>JavaScript
</UL>
|</html>




<html>
 <head>
 <title>Manipulando 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 WIDTH=272 HEIGTH=92>
 </body>
</html>|

Programación HTML


<HTML>

 <HEAD>
 <TITLE>Ejemplos de Estilos de Fuentes</TITLE>
 </HEAD>
 <BODY>
      <FONT FACE="Arial">
      Este ejemplo muestra cómo cambiar la fuente de un determinado texto
      <FONT>
      <BR>
      <FONT SIZE=+4>
      Este ejemplo muestra cómo cambiar el tamaño de un determinado texto
      </FONT>
      <BR>
      <FONT COLOR=RED SIZE="2" FACE="Arial,Courier">
      Este ejemplo muestra cómo cambiar tamaño,tipo y color de un determinado texto
      </FONT>
 </BODY>
</HTML>

Colores que puede utilizar en su página
AQUA(agua)             
BLACK(negro)            
BLUE(azul)              
FUCHSIA(fucsia)
GRAY(gris)                 
GREEN(verde)              
LIME(lima)              
MAROON(marrón)
NAVY(azul marino)   
OLIVE(oliva)                
PURPLE(morado)   
RED(rojo)
SILVER(plata)            
TEAL(azul verdoso)   
WHITE(blanco)      
YELLOW(amarillo)