display another website in a div code example
Example: display websites inside a div
<!DOCTYPE html>
<html>
<head>
<title>Object Tag</title>
</head>
<body>
<center>
<h1>Object Tag</h1>
<br>
</center>
<object data=
"https://media.geeksforgeeks.org/wp-content/cdn-uploads/Geek_logi_-low_res.png"
width="550px" height="150px">GeeksforGeeks</object>
</body>
</html>