-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAcronym.htm
31 lines (30 loc) · 1.11 KB
/
Acronym.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
<!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> ACRONYM </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 text written in this tag is displayed as an <SPAN CLASS="INTRO"> Acronym </SPAN>
by the Browser.
This is a Container Tag and thus has to be closed.
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <ACRONYM> </SPAN>
...Text...
<SPAN CLASS= MAIN> </ACRONYM> </SPAN>
<H3> Example </H3>
<SPAN CLASS= MAIN> <ACRONYM> </SPAN>
LASER
<SPAN CLASS= MAIN> </ACRONYM> </SPAN>
Light Amplification By Stimulated Emission Of Radiation
<H5> Effect </H5>
<ACRONYM> LASER </ACRONYM> Light Amplification By Stimulated Emission Of Radiation
<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>