Attributes
New : New in HTML5.
| Attribute | Value | Description |
|---|---|---|
| align | left right top middle bottom | Not supported in HTML5. Specifies the alignment of an <iframe> according to surrounding elements |
| frameborder | 1 0 | Not supported in HTML5. Specifies whether or not to display a border around an <iframe> |
| height | pixels | Specifies the height of an <iframe> |
| longdesc | URL | Not supported in HTML5. Specifies a page that contains a long description of the content of an <iframe> |
| marginheight | pixels | Not supported in HTML5. Specifies the top and bottom margins of the content of an <iframe> |
| marginwidth | pixels | Not supported in HTML5. Specifies the left and right margins of the content of an <iframe> |
| name | text | Specifies 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> |
| scrolling | yes no auto | Not supported in HTML5. Specifies whether or not to display scrollbars in an <iframe> |
| seamlessNew | seamless | Specifies that the <iframe> should look like it is a part of the containing document |
| src | URL | Specifies the address of the document to embed in the <iframe> |
| srcdocNew | HTML_code | Specifies the HTML content of the page to show in the <iframe> |
| width | pixels | Specifies 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