I am using the below HTML file. The page displays nothing and my text editor is highlighting the frameset tags in yellow color showing it is an error (or warning). What is wrong with this code?
<html>
<head></head>
<body>
<frameset>
<frame src="http://google.com/" scrolling="yes">
</frameset>
</body>
</html>
Remove the
<body>tag. Also the closing tag</body>