Iframe Not Working

For some reason my iframe doesn’t work. It doesn’t take me to google.com.
So confused

<html>
<head>

</head>

<body>
<iframe src="http://google.com"></iframe>
</body>
</html>

Google uses the X-Frame-Options: SAMEORIGIN header to block the site displaying in iframes.