I am encountering a problem with a basic snippet of HTML code:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8>
<title>iframe Example</title>
</head>
<body>
<div>
<iframe src="//embed.gettyimages.com/embed/183351352?et=dbA2ZDFzQUqFbu8nRMfGww&sig=ozPqnsmwjm88sptsMM2UVS70lzd2ci-9q27BF6R0TzU=" width="507" height="407" frameborder="0" scrolling="no"></iframe>
</div>
</body>
</html>
Even after saving the file with a .html extension and trying to open it in various browsers, I keep receiving an error message stating "The file or directory could not be found." It might be a simple mistake, but I am seeking assistance to resolve this issue. Can anyone provide some guidance?
Thank you!