Answers for "display websites inside a div"

0

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>
Posted by: Guest on November-18-2020

Code answers related to "display websites inside a div"

Browse Popular Code Answers by Language