Horje

How to add An <iframe> in its simplest use - HTML src Attribute

Iframe Example.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The iframe src attribute</h1>

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

</body>
</html>

Output should be:

How to add An <iframe> in its simplest use - HTML src Attribute




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