sexta-feira, 28 de fevereiro de 2014

iframe codes

Sempre estou usando o iframe para os blogs, então achei mais viável deixar os códigos aqui no blog

Attributes

New : New in HTML5.
AttributeValueDescription
alignleft
right
top
middle
bottom
Not supported in HTML5.
Specifies the alignment of an <iframe> according to surrounding elements
frameborder1
0
Not supported in HTML5.
Specifies whether or not to display a border around an <iframe>
heightpixelsSpecifies the height of an <iframe>
longdescURLNot supported in HTML5.
Specifies a page that contains a long description of the content of an <iframe>
marginheightpixelsNot supported in HTML5.
Specifies the top and bottom margins of the content of an <iframe>
marginwidthpixelsNot supported in HTML5.
Specifies the left and right margins of the content of an <iframe>
nametextSpecifies the name of an <iframe>
sandboxNew""
allow-forms
allow-same-origin
allow-scripts
allow-top-navigation
Enables a set of extra restrictions for the content in the <iframe>
scrollingyes
no
auto
Not supported in HTML5.
Specifies whether or not to display scrollbars in an <iframe>
seamlessNewseamlessSpecifies that the <iframe> should look like it is a part of the containing document
srcURLSpecifies the address of the document to embed in the <iframe>
srcdocNewHTML_codeSpecifies the HTML content of the page to show in the <iframe>
widthpixelsSpecifies the width of an <iframe>

É do site w3schools.com, um site muito útil com vários códigos e dicas.



Nenhum comentário:

Postar um comentário