-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDiv.htm
44 lines (43 loc) · 1.39 KB
/
Div.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
<!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> DIV </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.
<SPAN CLASS= INTRO> Indicates a Logical Division within a Document. </SPAN>
Use the <SPAN CLASS= INTRO> <A HREF="SPAN.HTM" TITLE= "Span-Defines Inline Section of a Document affected by CSS Attributes"> SPAN </A> </SPAN> Tag to apply styles at a Small
Level.
This is a Container Tag and thus needs be CLosed.
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <DIV>
<BR>
<SPAN CLASS= INTRO>
...Text/Image...
</SPAN>
<BR>
</DIV> </SPAN>
<H3> Example </H3>
This is a Text in some format.
<BR>
<SPAN CLASS= MAIN> <DIV> </SPAN>
<BR>
This is a Text in other format defined in div.
<BR>
<SPAN CLASS= MAIN> </DIV> </SPAN>
<H5> Effect </H5>
<SPAN CLASS= MAIN> This is a Text in some format.
<BR>
<SPAN CLASS= INTRO>
This is a Text in other format defined in div.
</SPAN>
<BR>
</SPAN>
<BR>
<A HREF=" INTRO.HTM" TITLE="HTML Tutorial Home-Introduction to HTML"> Home </A>
<BR>
<A HREF=" ABOUT.HTM" onclick="abut()" TITLE="About HTML Tutorial"> About </A>
</BODY>
</HTML>