Scprits

Páginas: 4 (803 palabras) Publicado: 11 de octubre de 2010
1.-Hola

<html>
<head>
<title>Pagina Web </title>
<body bgcolor="#00ff25">Hola, esta es mi primer página


</body>
</head>
</html>

2.-Imagen<html>
<head>
<title>Pagina Web </title>
<body bgcolor="#00ff25">

<img src="fenix.jpg">


</body></head>
</html>

3.-Tabla

<html>
<head>
<title>Tabla</title>
<body bgcolor="#00ff25">

<TABLE><table border=2>
<TR>
<TD> Alfredo </TD>
<TD> Dueñas </TD>
<TD> Bautista </TD>
</TR>
<TR><TD>Grupo </TD>
<TD> TE</TD>
<TD> 31 </TD>
</TR>
<TR>
<TD>Tecnología </TD>
<TD>Redes </TD><TD> Telecomunicaciones </TD>
</TR>
</TABLE>


</body>
</head>
</html>
4.-Marquesina

<html>
<head><title>Marquesina</title>
<body bgcolor="#00ff25">

<marquee behavior=scrol>

<img src="fenix.jpg">

</marquee></body>
</head>
</html>

5.-Formulario

<html>
<head>
<title>Formulario</title><body bgcolor="#00ff25">

<FORM method=post action="http://www.google.com.mx/">Registro de un usuario <br>...
Leer documento completo

Regístrate para leer el documento completo.

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS