You are on page 1of 1

<!

DOCTYPE html>
<html>
<body>
<body background = "red">
<h2>HTML Iframes example</h2>
<p>Use the height and width attributes to specify the size of the iframe:</p>
<iframe src="https://www.javatpoint.com/" height="300" width="400"></iframe>
</body>
</html>

You might also like