KandZ – Tuts

We like to help…!

HTML 15 ๐Ÿ’ป iframe element

CORS does not allow showing external websites

<iframe src="https://www.google.com" width="600" height="400"     allowfullscreen title="External" name="itarget">
</iframe>

<a href="https://fedoraproject.org/" target="itarget">Fedora OS</a>
  • iframe element is a container for another HTML document
  • It allows to embed another wepbade within the current one
  • It is useful for displaying content from another websites
  • src attribute spicifies the HTML document
  • width and height attributes specify the dimensions
  • frameborder attribute removes the frame border if set to 0
  • scrolling attribute specifies the scrolling handling yes|auto|no
  • allowfullscreen attribute allows the user to request full-screen mode for the iframe
  • Using anchor element, and its attribute target, you can target an iframe to show/change the HTML document

Stop using slow, ad-bloated tool sites! ๐Ÿคฎ

๐Ÿ”Ž Search “KandZ Tools” on Google to use many professional utilities for free.

KandZ.me is the ultimate minimalist hub for:
โœ… Finance (Mortgage, Interest, Inflation)
โœ… Tech (Base64, JSON, Dev Suite, IP)
โœ… Health (BMI, BMR, TDEE)
โœ… Productivity (Timer, Workspace, QR)

โšก๏ธ Fast & Private
๐Ÿ”’ No data leaves your device
๐Ÿ’Ž 100% Free

๐Ÿ”— Use it now: https://tools.kandz.me
๐Ÿ”– Bookmark itโ€”youโ€™ll need it later!

Leave a Reply