Page 99 - Computer Class 08
P. 99
The following codes are used to add frames in the webpage.
<html>
<head>
<title>A simple frameset document</title>
</HEAD>
<FRAMESET cols=“20%, 80%”>
<FRAMESET rows=“100, 200”>
<FRAME src=“C:\Users\HP12\Desktop\HTML.html”>
<FRAME src=“C:\Users\HP12\Desktop\HTML\1_1.jpg”>
</FRAMESET>
<FRAME src=“C:\Users\HP12\Desktop\Naveen.html”>
<NOFRAMES>
<P>This frameset document contains:
<ul>
<li><A href=“C:\Users\HP12\Desktop.html”>Some neat contents</A>
<li><IMG src=“C:\Users\HP12\Desktop\HTML\2_2.jpg” alt=“A neat image”>
<li><A href=“C:\Users\HP12\Desktop\Naveen1.html”>Some other neat contents</A>
</ul>
</noframes>
HTML comments are placed in between <!_ _ . . . _
</frameset> _> tags. So, any content placed within <!_ _ . . . _
</html> _> tags will be treated as comment and will be
completely ignored by the browser.
Computer-8 99