-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHR.HTM
49 lines (48 loc) · 1.56 KB
/
HR.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
<!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> HR </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.
The Browser draws a<SPAN CLASS= INTRO> Horizontal Row </SPAN>depending upon the width specified.
This is not a Container Tag and thus need not be closed.
<H4>Attributes</H4>
<OL>
<LI CLASS="DOC"> SIZE :
<SPAN CLASS= MAIN> Specifies the horizontal size of
the row.</SPAN>
<LI CLASS="DOC"> WIDTH :
<SPAN CLASS= MAIN> Specifies the vertical size of
the row.</SPAN>
<LI CLASS="DOC"> NOSHADE :
<SPAN CLASS= MAIN> Specifies whether the row is to
be filled or not .</SPAN>
</OL>
<H2> Syntax </H2>
X in %.
<BR>
<SPAN CLASS= MAIN> <HR [SIZE=X] [WIDTH="X%"] [NOSHADE]> </SPAN>
<BR>
X in Pixels.
<BR>
<SPAN CLASS= MAIN> <HR [SIZE=X] [WIDTH=X] [NOSHADE]> </SPAN>
<H3> Example </H3>
X in %.
<BR>
<SPAN CLASS= MAIN> <HR SIZE= 50 WIDTH="50%" NOSHADE> </SPAN>
<BR>
X in Pixels.
<BR>
<SPAN CLASS= MAIN> <HR SIZE= 50 WIDTH= 50 NOSHADE> </SPAN>
<H5> Effect </H5>
<A HREF="EXAMPLES.HTM# HR" TARGET="_BLANK" TITLE= "See the Effect of this Tag">See Effect</A>
<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>