-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLabel.htm
42 lines (41 loc) · 1.43 KB
/
Label.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
<!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> LABEL </H1>
This is 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.
It specifies <SPAN CLASS= INTRO> Identifies Text For a Form Widget </SPAN>.
This is a Container Tag and thus needs be CLosed.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> DISABLED :
<SPAN CLASS= MAIN> <SPAN CLASS="INTRO"> Denies Access </SPAN>
to the Input Method.</SPAN>
<LI CLASS="HAND"> FOR :
<SPAN CLASS= MAIN> Specifies the <SPAN CLASS="INTRO"> ID of the Widget Associated with
the Label</SPAN>. </SPAN>
</OL>
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <LABEL [DISABLED] [FOR="FORM NAME"]>
<BR>
<SPAN CLASS= INTRO> ....Label For The Form.... </SPAN>
<BR>
</LABEL></SPAN>
<H3> Example </H3>
<SPAN CLASS= MAIN> <LABEL [DISABLED] [FOR="FORM NAME"]>
<BR>
<SPAN CLASS= INTRO> This is the Label for the First Form </SPAN>
<BR>
</LABEL></SPAN>
<H5> Effect </H5>
<LABEL DISABLED> This is the Label for the First Form </LABEL>
<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>