-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBreak.htm
53 lines (52 loc) · 1.41 KB
/
Break.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
<!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> BR </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.
This breaks the current line and starts a new line.
This is not a Container Tag and thus need not be closed.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> CLEAR :
<OL>
<LI CLASS="DOC">LEFT :
<SPAN CLASS= MAIN>Break to the next line only when the left
margin is clear.</SPAN>
<LI CLASS="DOC">RIGHT :
<SPAN CLASS= MAIN>Break to the next line only when the right
margin is clear.</SPAN>
</OL>
</OL>
<H2> Syntax </H2>
...Text...
<BR>
<SPAN CLASS= MAIN> <BR> </SPAN>
<BR>
...Text...
<BR>
<SPAN CLASS= INTRO> OR </SPAN>
<BR>
...Text / Image...
<BR>
<SPAN CLASS= MAIN> <BR [CLEAR="LEFT / RIGHT"]> </SPAN>
<BR>
...Text / Image...
<H3> Example </H3>
<SPAN CLASS= MAIN> <BR> </SPAN>
<BR>
<SPAN CLASS= MAIN> <BR CLEAR="LEFT"> </SPAN>
<H5> Effect </H5>
Current Line Breaks
<BR>
To Next Line
<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>