I am trying to add an iframe but getting an error. Here is my Code:
<html>
<head>
<title>Adding Iframe</title>
</head>
<body>
<iframe src="https://www.google.com/" height="300px" width="100%" name="iframe_a" id="if1">
</iframe>
</body>
</html>
Codepen: https://codepen.io/multanisadik/pen/xxKmVeB
Can anyone help me?