Html

Enviado por Programa Chuletas y clasificado en Informática y Telecomunicaciones

Escrito el en español con un tamaño de 3,01 KB

<a href="..."> </a> inserta link - <b> letra en negrita- <br> deja un renglón- <i> letra en itálica - <u> subrayado- <h1> aumenta o disminuye tamaño de texto - <marquee> marquesina -<center> centra texto- <body background="..."> inserta imágen de fondo- <body bgcolor="black"> color de fondo- <font face/color/size/ link="..."> tipo de letra, color, tamaño y color de link- <img src=" ">inserta una imágen - <img border=" "> tamaño de borde- <Ll> inserta viñeta delante del rótulo<table> inserta tabla- <form action="página.htm" method="get"><input type="submit" value="boton"> </form>inserta botón- <big> agranda 1 punto el texto <small> achica texto.- <P align= "Justify">Justifica texto<hr> Inserta línea. Partes HTML <html> lenguaje de hipertexto con marcas. Se indica para decir que lo siguiente estará en ese lenguaje. <head> lo que aparece en la parte superior de la ventana. <title> </title> título. </head> <body> se inserta todo lo que tiene la página, ya sean gráficos, texto e imágenes. </body> </html>



 TABLA <body> <table> <tr> <td> </td> <td></td> </tr> </table> FORMULARIO <body> <form action= mail to="[email protected]" method="post"> <p> Nombre <input type="text" name="Nombre"> <p> País <input type="text" name="país"> <p> Dirección <input type="text" name="e-mail"> <p> Ingrese Pág web <br> <input type="text" size="60" name="web" value="www."> <p> Comentario <br> <textarea rows="5" cols="60" name="comentario"> </textarea> <p> <input type="submit" value="enviar"> <input type="reset" value="borrar"> </form></body> </html> E. P <body> <img src="Dibujo1.jpg" align="right"> Texto <img src="Dibujo 2.bmp" align="Left"> Texto </body> </html> Frames <html> <head> <title> Frames</title> <frameset cols="1*, 3*"> <frame src="pág1.html"> <frameset rows="1*,3*"> <frame src="pág2.html"> <frame src="pág3.html"> </frameset> </head> <body></body></html>Links <body> <a href="página 1.htm">Página 1 <img src="imagen.jpg"> </a>

Entradas relacionadas: