Answers for "<iframe src="demo_iframe.htm" height="200" width="300" title="iframe example"></iframe>"

1

how to show iframe in full width

<div>
  <div style="position:relative;padding-top:56.25%;">
    <iframe src="https://www.youtube.com/embed/nckseQJ1Nlg" frameborder="0" allowfullscreen
      style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
  </div>
</div>
Posted by: Guest on May-22-2021
1

iframe with html string

<iframe srcdoc="<html><body>Hello, <b>world</b>.</body></html>"></iframe>
Posted by: Guest on August-16-2020

Code answers related to "<iframe src="demo_iframe.htm" height="200" width="300" title="iframe example"></iframe>"

Browse Popular Code Answers by Language