-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBase.htm
42 lines (41 loc) · 1.54 KB
/
Base.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
<!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> BASE </H1>
This is to be used in the <SPAN CLASS= INTRO> <A HREF="HEAD.HTM" TITLE= "Head-To define the Control Info for the Document"> HEAD </A> </SPAN> Tag.
This identifies the location where all the relative URLs in a document originate.
This is not a Container Tag and thus need not be closed.
<H4> Attributes </H4>
<OL>
<LI CLASS="HAND"> HREF :
<OL>
<LI CLASS="DOC"> <SPAN CLASS= MAIN> Specifies the Path of the
<SPAN CLASS= INTRO> Base Document </SPAN>. </SPAN>
</OL>
<LI CLASS="HAND"> TARGET :
<OL>
<LI CLASS="DOC"> <SPAN CLASS= MAIN> Identifies in which <SPAN CLASS= INTRO>
Named Frame </SPAN> to load the document. </SPAN>
</OL>
<BR>
<SPAN CLASS= MAIN> Please refer to the <SPAN CLASS= INTRO> <A HREF="FRAME.HTM" TITLE= "Frame-To Define the Frames"> FRAME </A> </SPAN>
Tag for more information about
<SPAN CLASS= INTRO> TARGET </SPAN> Attribute </SPAN>
</OL>
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <BASE [HREF="URL"] [TARGET="NAME"]> </SPAN>
<H3> Example </H3>
<SPAN CLASS= MAIN> <BASE HREF="HTTP://WWW.YAHOO.COM/" TARGET="NAME"> </SPAN>
<H5> Effect </H5>
<SPAN CLASS= MAIN> The Effect can't be shown on the Document. </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>