Skip to content

Conversation

MartyZhou
Copy link

@MartyZhou MartyZhou commented Jun 20, 2025

Tested the following html content in url https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe

<html>
<body>

<h1>The iframe element</h1>

<iframe src="https://www.w3schools.com" title="W3Schools Free Online Web Tutorials">
</iframe>

<iframe
  id="customFrame"
  srcdoc='
    <button id="btn1">Button 1</button>
    <button id="btn2">Button 2</button>
    <input type="text" placeholder="Enter text" />
    <input type="number" placeholder="Enter number" />
  '
  style="width:400px; height:200px; border:1px solid #ccc;"
></iframe>

</body>
</html>

@shivamkhatri
Copy link

this isn't working for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants