Kike "gurkha" web       ubuntu tux            eyes



DE WIN A LINUX  | ArchivosComandos  | Ejemplos HTMLVERSIONES ANTERIORES

EJEMPLOS HTML



Abrir un enlace en otra ventana
Si el enlace es así:
<a href=”http://xxxx.com”>TextoDescriptivoDelEnlace</a>
para que se abra en una nueva ventana, debe añadirse el código target=”_blank”
Por ejemplo: <a href=”http://xxxx.com” target=”_blank”>TextoDescriptivoDelEnlace</a>


Texto en movimiento (tag marquee)

Desplazamiento lateral.-
<marquee>TEXTO</marquee>
A QUE NO ME PILLAS ;-)


Desplazamiento hacia arriba.-
<marquee behavior=”scroll” direction=”up” scrollamount=”1” height=”60”>TEXTO</marquee>
SUBIENDO SUBIENDO...


Desplazamiento hacia arriba, con borde.-
<table width=”150″ border=”2″><tbody><tr><td><marquee scrollamount=”2″ direction=”up” height=”60″><span>TEXTO</span></marquee></td></tr></tbody></table>
Subiendo con un borde



Cuadro de texto.-
<textarea cols=”60″ rows=”4″ wrap=”hard” readonly=”yes”>texto a escribir</textarea>




Cuadro de imagen y texto con movimiento hacia arriba.-
<center>
<div style="text-align: center;"></div>
<table style="color: silver; width: 150px; height: 200px;"
 border="2">
  <tbody>
    <tr>
      <td style="color: white;">
      <marquee behavior="scroll" scrollamount="1"
 direction="up" height="200">
      <div style="text-align: center;"><span
 style="color: red;"><img
 style="width: 148px; height: 207px;" alt=""
 src="image/linux-2-user.png" align="middle"></span><br>
      <span style="color: red;"></span></div>
      <div style="text-align: center;">
      <span style="color: red;">Me gusta Linux<br>
      </span></div>
      </marquee>
      </td>
    </tr>
  </tbody>
</table>
</center>


Me gusta Linux




Insertar pagina dentro de una pagina.-
<iframe src="dirección de página"  height="300" width="80%"></iframe>




That's all :-)

Free Web Hosting