Mas Sehat | Blog Tentang Kesehatan | Mas Sehat ~ Blog Tentang Kesehatan | www.mas-sehat.com
Web Hosting
Diberdayakan oleh Blogger.
Web Hosting

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 
Terima kasih telah membaca artikel tentang Fungsi dan definisi Tag Iframe pada HTML di blog Belajar-Code jika anda ingin menyebar luaskan artikel ini di mohon untuk mencantumkan link sebagai Sumbernya, dan bila artikel ini bermanfaat silakan bookmark halaman ini diwebbroswer anda, dengan cara menekan Ctrl + D pada tombol keyboard anda.

Artikel terbaru :

Mas Sehat | Blog Tentang Kesehatan | Mas Sehat ~ Blog Tentang Kesehatan | www.mas-sehat.com

1 comments :

apa cuman gue iframe malah gue pakai untuk trigger insert, update, delete. hehehe
gak percaya? nih contohnya http://www.bagustuta.com/2016/10/another-function-of-iframe.html

Balas