Nov 1, 2019

HTML lab work Exercises: 12

12) Create an HTML page to show the use of Inline Frame.


<!DOCTYPE html>
<html>

   <head>
      <title>HTML Iframes</title>
   </head>
   
   <body>
    <h1 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h1>
    <h2 align="center"><font color = "green">PAZHANJI</font></h2>
     
      <IFRAME NAME="float1" SRC="http:\\mdcollege.edu.in" WIDTH=350 HEIGHT=200 ALIGN=LEFT></IFRAME>
    

<p align="justify"><strong>
Computer Application is one of the thrust areas in Science and technology.
In appreciation of its growing importance in business and the industrial
scenario,the University established a Department of Computer Applications
to facilitate research and human resources development in the subject.
The Department offers Bachelors' programme in Computer Applications
(B.C.A)</strong></p>

</body>
   
</html>


Output Screenshot


 

No comments:

Post a Comment