-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLegend.htm
66 lines (65 loc) · 1.96 KB
/
Legend.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
64
65
66
<!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> LEGEND </H1>
This is to be used in the <SPAN CLASS= INTRO> <A HREF="FIELDSET.HTM" TITLE= "Fieldset-To group related content in a Document"> FIELDSET </A> </SPAN> Tag.
It specifies <SPAN CLASS= INTRO> Description for a Fieldset </SPAN>.
This is a Container Tag and thus needs be CLosed.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> ALIGN :
<SPAN CLASS= MAIN> Specifies the Alignment of the LEGEND w.r.t. the FIELDSET.</SPAN>
<OL>
<LI CLASS="DOC">TOP :
<SPAN CLASS= MAIN>Top of the Fieldset.</SPAN>
<LI CLASS="DOC">BOTTOM :
<SPAN CLASS= MAIN>Bottom of the Fieldset.</SPAN>
<LI CLASS="DOC">LEFT :
<SPAN CLASS= MAIN>Left of the Fieldset.</SPAN>
<LI CLASS="DOC">RIGHT :
<SPAN CLASS= MAIN>Right of the Fieldset.</SPAN>
</OL>
</OL>
<H2> Syntax </H2>
<SPAN CLASS= INTRO> <FIELDSET> </SPAN>
<BR>
<SPAN CLASS= MAIN> <LEGEND [ALIGN="ALIGNMENT"]></SPAN>
<SPAN CLASS= INTRO>
<BR>
....Other Tags....
<BR>
</SPAN>
<SPAN CLASS= INTRO> </FIELDSET></SPAN>
<H3> Example </H3>
<SPAN CLASS= INTRO> <FIELDSET> </SPAN>
<BR>
<SPAN CLASS= MAIN> <LEGEND></SPAN>
<SPAN CLASS= INTRO>
<BR>
...Form Input(s) (Used Generally...
<BR>
</SPAN>
<SPAN CLASS= INTRO> </FIELDSET></SPAN>
<H5> Effect </H5>
<FIELDSET>
<LEGEND> Testing Legends In Forms</LEGEND>
<FORM>
<BR>
<IMG SRC="IMAGES\SPACER.BMP">
Enter Your e-mail ID and Submit to receive News Updates
<BR>
<IMG SRC="IMAGES\SPACER.BMP" HEIGHT="15" WIDTH="50">
<INPUT TYPE="TEXT" SIZE="10">
<BUTTON TYPE="SUBMIT" VALUE="SUBMIT">SUBMIT</BUTTON>
</FORM>
</FIELDSET>
<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>