Place the tags

Report a typo

Complete the code given below to embed an <iframe> and set the following attributes:

  • title to "iframe Resizer",
  • width to "400",
  • height to "300",
  • and style to "border:dotted".

Use this URL: https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js to embed the document.

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





Completed 1 of 5
Embed an iframe to the document
Set title of iframe
___

Create a free account to access the full topic