i am trying to load google.com in iframe but the iframe not loaded

my code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

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

</iframe>
</body>
</html>

Google do not permit iframes,
my content in your iframe is considered by most sites to be content theft.
they do provide an api that allows you to put their content in a div, the api includes google's choice of attribution

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.