Bienvenidos a mi blog

miércoles, 30 de mayo de 2012

Códigos HTML


Aquí dejo otros códigos HTML que sirven para insertar vídeos en tu web desde Youtube, un enlace para ir a un sitio web sin imagen y otro para ir con imagen.

1
Código Para Poner Un Vídeo En Tu Web
<object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/ZOWjRU74HrU&hl=es_ES&fs=1&color1=0x5d1719&color2=0xcd311b&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="Pagina De El Vídeo Que Quieres De Youtube&hl=es_ES&fs=1&color1=0x5d1719&color2=0xcd311b&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object> 






2
2.1 Ir a un sitio sin imagen

<!-- inicio codigo link -->
<a href="http://URL del sitio" target="_bank">Click aquí</a>
<!-- fin codigo link -->

2.2 Ir a un sitio mediante una imagen

<!-- inicio codigo link -->
<a href="http://Url del sitio" target="_bank">
<img src="http://url de la imagen" /></a>
<!-- fin codigo link -->

No hay comentarios:

Publicar un comentario