3.Divide the web page as follows:

3.Divide the web page as follows:

programig code;-

<!doctype html>
<html>
<head>
<title>frames</title>
</head>
<Frameset rows="90%,10%"  >  
    <frameset cols="10%,90%">
             <frame src="a.html">   //here a.html is my file name 
             <frame src="b.html">         //b.html is also a file name
    </frameset>
  <frame src="c.html">                     //c.html also file name 
</frameset>

</html>

output:-


Comments

Popular posts from this blog

6.Create a help file as follows using frameset concept

2. Illustrate font variations in your HTML code.

jquery lab programs 1&2