Fungsi dan definisi Tag Iframe pada HTML - Belajar Code Codean
News Update
Loading...

Friday, August 29, 2014

Fungsi dan definisi Tag Iframe pada HTML

Menurut w3schools.com Iframe merupakan inline frame yang digunakan untuk mengambil tampilan (embed) halaman lain di sebuah halaman html.

Fungsi dan definisi Tag Iframe pada HTML


Atribut yang tersedia pada tag iframe
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>
sandbox""
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>
seamlessseamlessSpecifies 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>
srcdocHTML_codeSpecifies the HTML content of the page to show in the <iframe>
widthpixelsSpecifies the width of an <iframe>
Contoh Penggunaan Iframe

<iframe src="http://google.co.id frameborder="1" height="100%"></iframe>

Catatan

  • Penggunaan pada iframe biasanya digunakan untuk embed sebuah dokumen tertentu di sever yang sama. 
  • Penggunaan iframe kadang di salah gunakan untuk menambah Pageview halaman yang menjadi src, karena artibut src pada iframe akan menambahkan tampilan halaman source nya, jadi sama saja membuka 2 halaman.
  • Penggunaan iframe kadang digunakan di SEO blackhat untuk menghancurkan serp lawan dengan unnatural visitor (bot)


Jadi gunakanlah kode frame dengan baik dan tidak merugikan bagi orang lain 
Comments


EmoticonEmoticon

Notification
This is just an example, you can fill it later with your own note.
Done