-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMap.htm
47 lines (46 loc) · 1.89 KB
/
Map.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
<!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> MAP </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 Tag <SPAN CLASS="INTRO"> specifies a Container for Client Side Image Maps. </SPAN>
Use the <SPAN CLASS= INTRO> <A HREF="AREA.HTM" TITLE= "Area-Used to Create Image Maps"> AREA </A> </SPAN> Tag in this Tag to specify the
Dimensions of the Image Map. This is a Container Tag and thus has to be closed.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> NAME :
<SPAN CLASS= MAIN>Eshtablishes <SPAN CLASS= INTRO> a Name for the Map Information
</SPAN> which can be later referenced by the USEMAP Attribute of the
<SPAN CLASS= INTRO> <A HREF="IMG.HTM" TITLE= "Img-Places an Inline Image in a Document"> IMG </A> </SPAN> Tag. </SPAN>
</OL>
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <MAP [NAME="NAME"]> </SPAN>
<BR>
<SPAN CLASS= INTRO> <AREA> </SPAN>
<BR>
.....
<BR>
<SPAN CLASS= MAIN> </MAP> </SPAN>
<BR>
<SPAN CLASS= MAIN>To use this tag please refer to the
<SPAN CLASS= INTRO><A HREF="IMG.HTM" TITLE= "Img-Places an Inline Image in a Document"> IMG </A></SPAN> Tag.</SPAN>
<H3> Example </H3>
<SPAN CLASS= MAIN> <MAP NAME="MP1"> </SPAN>
<BR>
<SPAN CLASS= INTRO> <AREA SHAPE="RECT" COORDS="1,1,100,100"
HREF="HTTP://WWW.YAHOO.COM"> </SPAN>
<BR>
<SPAN CLASS= MAIN> </MAP> </SPAN>
<H5> Effect </H5>
<A HREF="MAPEG.HTM" 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>