Horje

How to add An <iframe> with a srcdoc attribute -

The iframe srcdoc attribute.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The iframe srcdoc attribute</h1>

<iframe srcdoc="<p>Hello world!</p>" src="https://horje.com">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

Output should be:

How to add An <iframe> with a srcdoc attribute -




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin