Code the iframe

Report a typo

Ivan has just learned about <iframe> and is trying to put this knowledge into practice. He wants to add an h3 element to his page that contains the text "I learned about iframe and frameset" (the quote marks should not be displayed). And, of course, he also wants to add an <iframe> that has the title "First iframe" with the URL https://cdn.bitdegree.org/learn/test-iframe.htm

Can you help him?

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Page within webpage</title>
</head>
<body>
</body>
</html>

Completed 1 of 4
Add a third level heading.
Add an iframe with the given URL.
___

Create a free account to access the full topic