I want to show http://www.imdb.com in an iframe, but the below code doesn't work.
<!DOCTYPE html>
<html>
<body>
<iframe src="http://www.imdb.com/" width="400" height="400"></iframe>
</body>
</html>
Does anyone know the reason? Thank you very much.