Gregory Arts
Pagina Oficial
Toda la informaciòn
de Gregorio Jauregui

Goyitox

Codigos HTML

Bienvenidos, aqui veran una lista de trucos HTML que ustedes podran usar para sus paginas.


BOTON:
<FORM NAME="aceButton"><INPUT TYPE="BUTTON" VALUE="Aqui el texto de button" Style="BACKGROUND-COLOR: #FFFFFF" onClick=window.open('http://Aqui la URL')"></FORM>

MESSENGER PARA TU WEB:
<table cellspacing="1" cellpadding="1" width="200" border="1"> <tbody> <tr> <td><font color="#ff0000"><iframe border="0" name="I1" src="http://www.meebo.com" frameborder="0" width="495" scrolling="no" height="478"></iframe></font></td> </tr> <tr> <td bgcolor="#99ccff"> <p align="center"><a target="_blank" href="http://www.ocio-full.blogspot.com" _fcksavedurl="http://www.ocio-full.blogspot.com"><b><font color="#ffffff">Ocio Full</font></b></a></p> </td> </tr> </tbody> </table>

ESTABLECER COMO PAGINA DE INICIO:
<A class=chlnk style="FONT-WEIGHT: bold; CURSOR: hand; <br /> COLOR: #004080; FONT-FAMILY: Verdana" onclick= <br /> "this.style.behavior='url(#default#homepage)'; <br /> this.setHomePage('AQUI LA URL DE TU WEB');"> <br /> <FONT face=Arial color=#000000 size=-2><U> <br /> Esta parte del texto se puede modificar en el código</U></FONT></A>

TIEMPO RESTANTE PARA FINALIZAR EL DIA:
<body>  <p>Tiempo restante para finalizar el día</p>  <form name="Reloj">  <input type="text" size="7" name="tiempo" value="mm:hh:ss" title="Tiempo restante para finalizar el día">  <script language="JavaScript">  <!--  var tiempoAtras; </font></p> <div align="center> </div> <p align=" style="color: rgb(0, 0, 0);" center=""><font face="Arial" size="1" color="#000000">updateReloj();  function updateReloj() {  var tiempo = new Date();  var hora = 23-tiempo.getHours();  var minutos = 59-tiempo.getMinutes();  var segundos = 59-tiempo.getSeconds(); </font> <div align="center"><font face="Arial" size="1" color="#000000"> </font></div> <p align="center"><font face="Arial" size="1" color="#000000">tiempoAtras= (hora < 10) ? hora :hora;  tiempoAtras+= ((minutos < 10) ? ":0" : ":") + minutos;  tiempoAtras+= ((segundos < 10) ? ":0" : ":") + segundos; </font></p> <div align="center"><font face="Arial" size="1" color="#000000"> </font></div> <p align="center"><font face="Arial" size="1" color="#000000">document.Reloj.tiempo.value = tiempoAtras; </font></p> <div align="center"><font face="Arial" size="1" color="#000000"> </font></div> <p align="center"><font face="Arial" size="1" color="#000000">setTimeout("updateReloj()",1000);  }  //-->  </script>  </form>  </body>

AGREGAR A FAVORITOS:
<a href="javascript:window.external.AddFavorite('http://www.pauluk.8k.com', 'Pauluk Computacion')"><small><font size="1"> Agregar a favoritos</font></small></a

FONDO DE WEB:
<body background="AQUÍ COLOCA LA URL DE FONDO">

BIENVENIDA AL VISITANTE SEGUN LA HORA:
<Font size=2 face=arial><b> <Script Language="JavaScript">  <!--  today = new Date()  if(today.getMinutes() < 10){  pad = "0"}  else  pad = "";  document.write ;if((today.getHours() >=6) && (today.getHours() <=9)){  document.write("¡Buen día!")  }  if((today.getHours() >=10) && (today.getHours() <=11)){  document.write("¡Buen día!")  }  if((today.getHours() >=12) && (today.getHours() <=19)){  document.write("¡Buenas tardes!")  }  if((today.getHours() >=20) && (today.getHours() <=23)){  document.write("¡Buenas noches!")  }  if((today.getHours() >=0) && (today.getHours() <=3)){  document.write("¡Buenas noches!")  }  if((today.getHours() >=4) && (today.getHours() <=5)){  document.write("¡Buenas noches!")  }  // -->  </script> </b></font>


Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis