-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFRAMESET.HTM
63 lines (62 loc) · 2.79 KB
/
FRAMESET.HTM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML 4.0 TRANSITIONAL PUBLIC "_//w3c//dtd html 4.0//en">
<HTML>
<HEAD>
<LINK REL=STYLESHEET TYPE="TEXT/CSS" HREF="STYLES.CSS">
<TITLE> HTML Tutorial </TITLE>
</HEAD>
<body class="MIC">
<H1> FRAMESET </H1>
This Tag contains Frame Definitions and Specifies Frame Spacing, Dimensions and Attributes.
This is not to be used in the <SPAN CLASS= INTRO> <A HREF="BODY.HTM" TITLE= "Body-Contains the Formatting Tags. Its contents are displayed on the Browser"> BODY </A> </SPAN> Tag.
The <SPAN CLASS= INTRO> <A HREF="FRAME.HTM" TITLE= "Frame-To Define the Frames"> FRAME </A> </SPAN> and
<SPAN CLASS= INTRO> <A HREF="NOFRAMES.HTM" TITLE= "Noframes-Provides HTML Content for Browsers not Supporting Frames"> NOFRAMES </A> </SPAN> Tags are to be used in this Tag.
This is a Container Tag and thus needs to be closed.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> COLS :
<SPAN CLASS= MAIN> Specifies the Number and Dimensions of the Vertical Frames
within the Current Frameset. Set COLS to a Comma Separated List of numbers
to indicate the Width of each frame. <SPAN CLASS= INTRO> Use '*' to
Represent a Variable Width </SPAN>. </SPAN>
<LI CLASS="HAND"> ROWS :
<SPAN CLASS= MAIN> Specifies the Number and Dimensions of the Horizontal Frames
within the Current Frameset. Set ROWS to a Comma Separated List of numbers
to indicate the Height of each frame. <SPAN CLASS= INTRO> Use '*' to
Represent a Variable Height </SPAN>. </SPAN>
</OL>
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <FRAMESET [COLS="COLS][ROWS="ROWS]> </SPAN>
<BR>
<IMG SRC="IMAGES\SPACER.BMP" WIDTH= 50 HEIGHT= 15>
<SPAN CLASS= INTRO> <FRAME> </SPAN>
<BR>
<SPAN CLASS= MAIN> </FRAMESET> </SPAN>
<H3> Example </H3>
<SPAN CLASS= MAIN> <FRAMESET ROWS="40%,60%"> </SPAN>
<BR>
<SPAN CLASS= MAIN> <FRAMESET COLS="40%,60%"> </SPAN>
<BR>
<SPAN CLASS= INTRO> <FRAME NAME="ONE" SCROLLING="AUTO" SRC="frameup.htm"> </SPAN>
<BR>
<SPAN CLASS= INTRO> <FRAME NAME="TWO" SCROLLING="AUTO"> </SPAN>
<BR>
<SPAN CLASS= MAIN> </FRAMESET> </SPAN>
<BR>
<SPAN CLASS= MAIN> <FRAMESET COLS="50%,50%"> </SPAN>
<BR>
<SPAN CLASS= INTRO> <FRAME NAME="THREE" SCROLLING="YES" NORESIZE SRC="framedown.htm"> </SPAN>
<BR>
<SPAN CLASS= INTRO> <FRAME NAME="FOUR" SCROLLING="NO" NORESIZE> </SPAN>
<BR>
<SPAN CLASS= MAIN> </FRAMESET> </SPAN>
<BR>
<H5> Effect </H5>
Before Looking the <A HREF="FRAMEEG.HTM" TARGET="_BLANK" TITLE= "See the Effect of this Tag">Effect</A>, Please refer
to the <A HREF="FRAME.HTM" TITLE= "Frame-To Define the Frames"> Frame </A> Tag.
<BR>
<BR>
<A HREF=" INTRO.HTM" TITLE="HTML Tutorial Home-Introduction to HTML"> Home </A>
<BR>
<A HREF=" ABOUT.HTM" TITLE="About HTML Tutorial"> About </A>
</BODY>
</HTML>