Affiliate link

HTML - iframes

iframes display a web page in your HTML document.

<iframe src="/programming/learn/html/display/iframes" title="LearnCodeNow"
    width="100%" height="300">
    Inline frames not supported.
</iframe>

Code result

iframes Border

There is border for iframe default. You can hide the border using CSS style.

<iframe src="/programming/learn/html/display/iframes" title="LearnCodeNow"
    width="100%" height="300" style="border: none">
    Inline frames not supported.
</iframe>
Affiliate link

iframes Target

iframe can be used as an anchor link target frame.

<a href="https://learncodenow.dev" target="frame_learncodenow">LearnCodeNow</a>
<iframe src="/programming/learn/html/display/iframes" name="frame_learncodenow"
    title="LearnCodeNow" width="100%" height="300">
    Inline frames not supported.
</iframe>
Click here to change target frame url

HTML5 iframes

In HTML5 specification, iframe attributes, frameborder, marginheight, marginwidth, longdesc, scrollingattributes are deprecated.

Affiliate link
Affiliate link
Advertisment
Get Surfshark VPN