Page

HTML source code for implement the framing

<!-- SAVE a1.html -->

<html>
<head>
<title>ram</title
</head>
<body>
<body bgcolor="RED">
<marquee><H1>Lovely Professional University</H1></marquee>
<a href="a1.html"target="abh">click me</a> 
</body>
</html


<!--SAVE a2.html -->

<html>
<head>
<title>ram</title
</head>
<body>
<body bgcolor="BLUESKY">
<H1>RAM</H1>
<H2>ANKUR</H2>
<H3>NEERAJ</H3>
<H4>ABHINAY</H4>
</body>

</html>

<!--SAVE a3.html -->

<html>
<body>
<p>R.N.Patel</p>

<html>

<!--SAVE b.html -->

<html>
<head>
<title>ram</title
</head>
<frameset rows="25%,*">
<frame name="ram"src="a1.html">
<frameset cols="15%,25%,25%">
<frame name="ank"src="a2.html">
<frame name="abh">
<frame name="df" src="a3.html">
</frameset>
</html>

No comments:

Post a Comment