3. Create HTML page to Divide the frames in to different sections as shown below and add appropriate HTML files to each frame.

 

 

First Frame : Your Name and address

 

Second Frame :

Bulleted list of favourite colours

Thi

rd Frame :

Numbered List of Cities

Fourth Frame:

Scrolling Message

Fifth Frame:

Blinking Reminders

Sixth Frame:

Name of Countries



Program :

 

 index.html


<html>

<frameset rows="*,*,*">

<frameset cols="*">

<frame src="file1.html">

</frameset>

<frameset cols="*,*">

<frame src="file2.html">

<frame src="file3.html">

</frameset>

<frameset cols="*,*,*">

<frame src="file4.html">

<frame src="file5.html">

<frame src="file6.html">

</frameset>

</frameset>      

</html>

 

file1.html

 

<html>

<body>

   <br><br>

            <h4>First Frame : NR CLASSES and Shaniwar Peth, Pune</h4></br>

</body>

</html>

 

 

file2.html

 

<html>

<body>

            <h4>Second Frame :</h4>

            <h4>Bulleted list and favouriate Colours</h4>

</body>

</html>

 

 

file3.html

 

<html>

<body>

            <h4>Third Frame :</h4>

            <h4>Number list of Cities</h4>

</body>

</html>

 

 

file4.html

 

<html>

<body>

            <h4>Fourth Frame :</h4>

            <h4>Scrolling Message</h4>

</body>

</html>

 

file5.html

 

<html>

<body>

            <h4>Fifth Frame :</h4>

            <h4>Blinking Reminders</h4>

</body>

</html>

 

file6.html

 

<html>

<body>

            <h4>Sixth Frame :</h4>

            <h4>Name Of Countries</h4>

</body>

</html>





Output Screen









No comments:

Post a Comment