-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSpan.htm
45 lines (44 loc) · 1.4 KB
/
Span.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
<!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> SPAN </H1>
This tag is included 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 defines <SPAN CLASS= INTRO> Inline Sections for a Document affected by
Style Sheet Attributes. </SPAN>.
Use the <SPAN CLASS= INTRO> <A HREF="DIV.HTM" TITLE= "Div-Indicates a Logical Division within a Document"> DIV </A> </SPAN> Tag to apply styles at the Block
Element Level. <BR>This is a Container Tag and should be closed.
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <SPAN>
<BR>
<SPAN CLASS= INTRO>
...Text/Image...
</SPAN>
<BR>
</SPAN> </SPAN>
<H3> Example </H3>
This is a Text in some format.
<BR>
<SPAN CLASS= MAIN> <SPAN> </SPAN>
<BR>
This is a Text in other format defined in span.
<BR>
<SPAN CLASS= MAIN> </SPAN> </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 span.
</SPAN>
<BR>
</SPAN>
<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>