CÓDIGOS

¿Qué son los códigos HTML y para qué sirven?

HTML es el lenguaje que se emplea para el desarrollo de páginas de internet. Está compuesto por una seríe de etiquetas que el navegador interpreta y da forma en la pantalla. HTML dispone de etiquetas para imágenes, hipervínculos que nos permiten dirigirnos a otras páginas, saltos de línea, listas, tablas, etc.

Ejemplos:
 
  1. Para poner la bienvenida y que se recorra de derecha a izquierda utilizas. Puedes editarlo a tu gusto, cambias "Bienvenidos a mi página"
<marquee>Bienvenidos a mi página</marquee> 


      2. CODIGO RELOJ

<Embed pluginspage = "http://www.macromedia.com/go/getflashplayer" src = "http://fc03.deviantart.com/fs30/f/2008/139/2/b/Naruto_turns_to_sasuke_clock_by_sd0711.swf" type = "" wmode = "transparent" height = "250" width = "180"> </ embed>




       3. Pagina que tiembla:Este codigo sirve para que cuando un visitante entre a nustra web la pagina empesara a temblar solo copia el siguiente codigo y pegalo "encima de la pagina"

 <html>
<head>
<title>TITULO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>
<script language="JavaScript1.2">
function tremer(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}}}}
tremer(5)
</script>
<Script language=JavaScript> 
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert("PAGINA WEB");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("PAGINA WEB");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;
</script> 

</body> 

</html>



        4. Insertar un sonido o música de fondo:



<BGSOUND SRC="sonido.mid" LOOP=none>
<WIDTH=200 HEIGHT=55 AUTOSTART="true" LOOP="false" HIDDEN="true">

       5.  Calendario:
<script language="JavaScript" src="http://www.pekegifs.com/calendarios2/cal004.js" type="text/JavaScript"></script>


Véase más en:


  • http://daleclick.blogspot.com/ 
  • http://www.taringa.net/post/hazlo-tu-mismo/12075823/Codigos-html-para-personalizar-tu-blog-o-pagina-web.html
  • http://tutoriales-ro0driig0o.blogspot.com/

1 comentario:

  1. Este blog es muy interesante, sin embargo le falta mas "imágenes"

    ResponderEliminar