-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHead.htm
43 lines (42 loc) · 1.17 KB
/
Head.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
<!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> HEAD </H1>
This Tag gives the browser all the control information of a Web Page.
All the
<SPAN CLASS= INTRO> Global Settings </SPAN> are defined here.
The scripting functions are also defined here.
This is also a Container Tag and thus has to be closed. Text Written in the
<SPAN CLASS= INTRO> HEAD </SPAN> Tag, except of what is written in the
<SPAN CLASS= INTRO> <A HREF="TITLE.HTM" TITLE= "Title-Title for the Document. Visible on the Title Bar"> TITLE </A> </SPAN> Tag <BR>
is not displayed on the Browser Window.
<H2> Syntax </H2>
<BR>
<SPAN CLASS= INTRO> <HTML> </SPAN>
<BR>
<SPAN CLASS= MAIN> <HEAD> </SPAN>
<BR>
...
<BR>
...
<BR>
...
<BR>
<SPAN CLASS= MAIN> </HEAD> </SPAN>
<BR>
...
<BR>
...
<BR>
<SPAN CLASS= INTRO> </HTML> </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>