MENÚ

web en entrada

1
<iframe border="0" frameborder="0" height="1600" scrolling="no" src="http://pintura.aut.org/MuseosListaTabla.html" width="685"></iframe>



1-1
<iframe src="http://frottages.blogspot.com/" style="border:0px #000000 none;" name="http://educacioplasticaivisualesouno.blogspot.com.es/" scrolling="no" frameborder="1" marginheight="px" marginwidth="0px" height="1600px" width="800px"></iframe>


1-2 wordpress
<object data=http://www.example.com width=”650″ height=”500″> <embed src=http://www.example.com width=”650″ height=”500″> </embed></object>

1-3
[ iframe width="640" height="480" src="http://yohman.bol.ucla.edu/maproom.html" ]


2
<div align="center"><iframe src="http://sinentradas.blogspot.com" width=450 height=250 frameborder=1 scrolling=auto></iframe></div>
..................Además de que la dirección que se pone de ejemplo, hay que sustituirla por aquella que queramos incrustar, el comando tiene todos estos atributos:

* src="URLamostrar"
El atributo principal y el lugar donde se teclea la dirección del elemento HTML a mostrar dentro del marco.

* scrolling=yes/auto/no
Con estas opciones se muestran o se ocultan las barras de desplazamiento.

* frameborder=0/1
El valor "1" indica al navegador que dibuje un borde para este frame, mientras que el valor "0" que no lo haga.

* marginwidth=valorenpixels
La distancia entre márgenes laterales y el contenido.

* marginheight=valorenpixels
La distancia entre márgenes inferior-superior y el contenido.

* width=valorenpixels
Asigna un ancho al iframe.

* height=valorenpixels
Asigna una altura al elemento.

* class="nombredelaclase"
Sirve para dar determinado aspecto al contenido del iframe, tal y como se explicó en la entrada Clases en CSS.

* style="..."
Define un estilo visual para el elemento usando instrucciones CSS. Cada instrucción va separada de la siguiente por un punto y coma (;). Es mejor práctica definir clases en la hoja de estilos y usar la anterior instrucción.

* title="titulo"
Le asigna un título al elemento, que será mostrado al pasar el puntero por encima.


3
<iframe height="300" src="URL-A-INSERTAR" width="70%"></iframe>


4
<div align="center"><iframe src="http://www.cep-cr.es/" frameborder="1" height="600" width="650" scrolling="auto"></iframe></div>

5
<iframe frameborder="0" height="300" scrolling="no" src="http://dl.dropbox.com/u/12087074/palacio.swf" width="100%"></iframe>
...................animació flash

6
<–script by jgarcia2–>
<iframe name=”window” src=”http://la web.com” width=”400″ height=”900″ marginwidth=”0″ scrolling=”yes” frameborder=”0″></iframe>

7
object data="Aquí la página que quieres abrir" width="600" height="400">     <embed wmode="transparent" src="Aquí la página que quieres abrir" width="600" height="400" /> Error: Embedded data could not be displayed. </object>

8

<iframe height="400" width="90%" frameBorder="0" src="URL OF WEB PAGE">your browser does not support IFRAMEs</iframe>

No hay comentarios:

Publicar un comentario