-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTitle.htm
34 lines (33 loc) · 1.27 KB
/
Title.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
<!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> TITLE </H1>
This tag is included in the <SPAN CLASS= INTRO> <A HREF="HEAD.HTM" TITLE= "Head-To define the Control Info for the Document"> HEAD </A> </SPAN>
portion of the page. It is shown on the TITLE bar of the browser window. Default is the
filename of the HTML document. There can be only on TITLE for a page. The
TITLE can't use the formatting images and links to other pages. Don't use
':' and '\' in the TITLE of the page.
This is a Container Tag and thus to be closed.
<H2> Syntax </H2>
<SPAN CLASS= MAIN> <TITLE> </SPAN>
...TITLE...
<SPAN CLASS= MAIN> </TITLE> </SPAN>
<H3> Example </H3>
<SPAN CLASS= MAIN> <TITLE> </SPAN>
My First Web Page
<SPAN CLASS= MAIN> </TITLE> </SPAN>
<H5> Effect </H5>
<SPAN CLASS= MAIN> The Effect can't be shown on the Document.
Its Effect is Visible on the <SPAN CLASS= INTRO> TITLE Bar of
this Browser Window.</SPAN></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>