sábado, 11 de octubre de 2014

Java applet that draws animated bubbles.

Count numbers:



Video courtesy of Big Buck Bunny.

My First JavaScript

JavaScript can change the style of an HTML element.

My First JavaScript

JavaScript can change the content of an HTML element:

This is a demonstration.

A browser without support for JavaScript will show the text written inside the noscript element.

Color set by using HEX

Color set by using RGB

Color set by using Name

Color set by using #000000

Color set by using rgb(0,0,0)

Color set by using black


Color set by using #808080

Color set by using rgb(128,128,128)

Color set by using gray


Color set by using #D3D3D3

Color set by using rgb(211,211,211)

Color set by using lightgray

First name:
Last name:
Password:
Male
Female
I have a bike
I have a car
Username:

W3Schools Demo

Resize this responsive page!

London

London is the capital city of England.

It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.

Paris

Paris is the capital and most populous city of France.

Tokyo

Tokyo is the capital of Japan, the center of the Greater Tokyo Area, and the most populous metropolitan area in the world.

http://www.w3schools.com/html/tryrwd_bootstrap.htm

W3Schools Demo

Resize this responsive page!


London

London is the capital city of England.

It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.

Paris

Paris is the capital and most populous city of France.

Tokyo

Tokyo is the capital of Japan, the center of the Greater Tokyo Area, and the most populous metropolitan area in the world.

London

London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.

Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.

London

London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.

Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.

The hr tag defines a horizontal rule:


This is a paragraph.


This is a paragraph.


This is a paragraph.

Jill Smith 50
Eve Jackson 94
John Doe 80
Jill Smith 50
Eve Jackson 94
John Doe 80

domingo, 7 de septiembre de 2014

picture widgets web picture widgets html picture widgets codigos picture widgets paginas web picture widgets embed picture widgets bailarines picture widgets Codigos de bailarines para pagina web picture widgets pc picture widgets web picture widgets html picture widgets codigos picture widgets paginas web picture widgets embed picture widgets bailarines picture widgets Codigos de bailarines para pagina web picture widgets pc picture widgets web picture widgets html picture widgets codigos picture widgets

ransformá la clásica flechita de Windows en una mira de disparo.

sábado, 6 de septiembre de 2014

plays

ENVÍA ESTA PÁGINA A UN AMIGO
Indica su e-mail:

video


Texto Que Quieres Que Aparezca Para Que Te Pongan Como Tu pagina De Inicio

visitantes

reloj

gratis uhren für homepage relojes web

exlente aplicacion para hacer pedidos



https://tuningupc.youcanbook.me/

https://ga.youcanbook.me/index.jsp

viernes, 22 de agosto de 2014

face








TEXTO:



<style> #flotante1 { position:fixed; top:100px; right:-250px; float:right; width:288px; display:block; padding:0; z-index:1002; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; } #flotante2 { position:fixed; top:240px; right:-250px; float:right; width:288px; display:block; padding:0; z-index:1003; border-radius:10px; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; } #flotante3 { position:fixed; top:380px; right:-250px; float:right; width:288px; display:block; padding:0; z-index:1004; border-radius:10px; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; } #flotante1:hover, #flotante2:hover, #flotante3:hover { right:0px; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; } div.likeboxwrap { margin-top:-5px; margin-left:-45px; width:238px; height:325px; background-color:#fff; overflow:hidden; border-radius:10px; } </style>  <div id='flotante1'> <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguBdMc3_fuDcQI_QQerhLZLb0HFPuJ8vFxFtmyy4EprBMKEJIVE36wXlQecqPGxV_u0XRxpYi6rKB0HJwbUHqoyWNk7AS1mJ6XSbIejHV9A_1HRTuSwZQXvvS7_MpPn3zhZQoLypezW_Q/' style='float:left;'/> <div style='background: #3c5a98; height:325px; margin-left:38px;padding: 8px 5px 0pt 50px;border-radius: 0px 0px 0px 10px;'><span><div class='likeboxwrap'><iframe allowtransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Ftodopatuweb%2F232882386748342&width=240&colorscheme=light&connections=15&stream=false&header=false&height=350' style='border:none; overflow:hidden; width:240px; height:325px;'/></iframe> </div></span></div></div>

FECHA Y HORA

<color=#000000><script language="JavaScript">  
//http://www.granhermano2011-envivo.blogspot.com/ 
function fecha(){ 
fecha = new Date() 
mes = fecha.getMonth() 
diaMes = fecha.getDate() 
diaSemana = fecha.getDay() 
anio = fecha.getFullYear() 
dias = new Array('Domingo','Lunes','Martes','Miercoles','Jueves','Viernes','Sabado') 
meses = new Array('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre')
document.write('<span id="fecha">') 
document.write (dias[diaSemana] + ", " + diaMes + " de " + meses[mes] + " de " + anio)
document.write ('</span>') 
</script> 
<style type="text/css">  
<!-- 
#fecha { 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 12px; 
    color: #000000; 
        background :  
--> 
</style>  
<script language="JavaScript">  
function hora(){ 
var fecha = new Date() 
var hora = fecha.getHours() 
var minuto = fecha.getMinutes() 
var segundo = fecha.getSeconds() 
if (hora < 10) {hora = "0" + hora} 
if (minuto < 10) {minuto = "0" + minuto} 
if (segundo < 10) {segundo = "0" + segundo} 
var horita = hora + ":" + minuto + ":" + segundo 
document.getElementById('hora').firstChild.nodeValue = horita 
tiempo = setTimeout('hora()',1000) 
function inicio(){ 
document.write('<span id="hora">') 
document.write ('000000</span>') 
hora() 
</script> 
<style type="text/css">  
<!-- 
#hora { 
    width:100px; 
    font-family: Tahoma, Verdana, Arial; 
    font-size: 12px; 
    color: #000000; 
    background :  
    } 
--> 
</style>    
<div align="center">  
<b><script>fecha()</script></b></div> 
<div align="center"> 
<b><script>inicio()</script></b></div></color>



IMPRIME LA PAGINA

<!-- Copiar dentro del tag BODY -->
<SCRIPT LANGUAGE="JavaScript">
<!--
function imprimir() {
  if (window.print)
    window.print()
  else
    alert("Disculpe, su navegador no soporta esta opción.");
}
// -->
</SCRIPT>
<A HREF="javascript:imprimir()">Imprimir Página Web</A>


Saludo

<BODY onLoad="alert('Bienvenido a PARALAFAKYOU');" onUnLoad="confirm('Gracias por tu visita');">

Colocar texto html

efecto rojo





Copia el texto:

<img border='0' src='http://img260.imageshack.us/img260/119/bloodm.gif' style='position:fixed; top:0; left:0; width:100%; height:150px;'/>


Visitantes