Como Hacer Marquesinas Html

Páginas: 14 (3434 palabras) Publicado: 21 de octubre de 2011
MARQUESINA
<html>
<head>
<title>Titulo de la página opcional</title>
</head>
<body>
<body background="red">
<marquee bgcolor="#006699" behavior="continue" direction="lefth">
<b><font color="#FFFFCC" size="5">Esto es una marquesina (sera) </font></b>
</marquee>
</body>
</html>

COLOR DE FONDO YLETRA
<html>
<head>
<title>aqui va el titulo </title>
</head>
<body bgcolor="blue">
<font color="#CC3300" size="4" face="Comic Sans MS">Hola, estoy haciendo pruebas.</font>
</body>
</html>

BORDES DE LA IMAGEN
SU HIPERVÍNCULO Y ETIQUETAR
<html>
<head>
<title>MI PRIMERA PAGINA</title>
<bodybgcolor="#99CC99" link="#CC0000" vlink="#CC0000" alink="#CC0000" >
<font color="#CC3300" size="5">Hola</font>
<a href="http://www.datanegocios.com" target="_blank">
<b>
<img src="006.gif" alt="No me toques" width="90" height="32" border="4">
</b>
</a>
</body>
</html>

MARCOS DIVISIONES
<html>
<head><title>
SERA
</title>
</head>
<frameset rows="*" cols="142,*" framespacing="0" frameborder="yes" border="2" bordercolor="#CCFF99">
<frame src=" ejem8.html" name="marcoizquierdo" scrolling="NO" noresize>
<frame src=" ejem4.html" name="marcoderecho" >
</frameset>

<noframes>
<body bgcolor="#99CC99">
Esta página tiene marcos, ytu navegador no los soporta
</body>
</noframes>
</html>

MARCOS DIVISIONES
<html>
<head>
<title>SOLO SERA</title>
</head>
<frameset rows="100,*" cols="*" framespacing="0" frameborder="yes" border="2" bordercolor="#CCFF99" >
<frame src="paginas/ejem4.html" name="marcopadre" frameborder="yes" scrolling="no" noresizeid="marcopadre">
<frame src="paginas/ejem8.html" name="marcoinferior" frameborder="yes" scrolling="auto" id="marcoinferior">
</frameset>
<noframes>
<body>
Esta página tiene marcos, y tu navegador no los soporta
</body>
</noframes>
</html>

FORMULARIO
<html>
<head>
<title>
Formulario 6
</title>
</head><BODY>
<form action="" method="post">
<table width="600" border="0" align="center" cellspacing="2">
<tr>
<td width="100"><div align="right"><font color="#990033" size="4">Nombre:</font></div></td>
<td><input name="nombre" type="text" size="50" maxlength="50">
<font color="#990033" size="4"> DNI:</font>
<inputname="dni" type="password" size="9" maxlength="9"></td>
</tr>
<tr>
<td><div align="right"><font color="#990033" size="4">Nº de cuenta:</font></div></td>
<td><input name="cuenta" type="password" size="20" maxlength="20">
<font color="#990033" size="4">Nº de teléfono: </font><input name="telefono" type="text" size="9" maxlength="9"></td>
</tr>
<tr>
<td><div align="right"><font color="#990033" size="4">Dirección:</font></div></td>
<td><input name="direccion" type="text" size="50" maxlength="50"></td>
</tr>
<tr>
<td valign="top"><div align="right"><fontcolor="#990033" size="4"> Destinatario:</font></div></td>
<td valign="top"><textarea name="destinatario" cols="60" rows="2" ></textarea></td>
</tr>
<tr>
<td height="56" valign="top"><div align="right"><font color="#990033" size="4">Pedido:</font></div></td>
<td valign="top"><textarea...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Como hacer un horario en html
  • Estructura Basica HTML Y Creaci N De Marquesinas
  • como hacer
  • como hace
  • Como Hacer
  • No Como Hacer
  • Como hacerlo
  • Como Hacerlo

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS