Nov 1, 2019

HTML lab work Exercises: 13

 13) Create an HTML page to show the use of floating Frame



<!DOCTYPE html>
<html>

   <head>
      <title>HTML Iframes</title>
   </head>
   
   <body>
           
      <center><iframe src = "http:\\www.uoc.ac.in" width = "555" height = "200">
         Sorry your browser does not support inline frames.
      </iframe>
<br>
      <iframe width="560" height="315" src="http:\\mdcollege.edu.in/" frameborder="5" allowfullscreen></iframe>
      </center>
   </body>
   
</html>


Output Screenshot


 

No comments:

Post a Comment