-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHtml.htm
More file actions
29 lines (28 loc) · 704 Bytes
/
Copy pathHtml.htm
File metadata and controls
29 lines (28 loc) · 704 Bytes
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
<!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> HTML </H1>
This Tag <SPAN CLASS= INTRO> Tells the browser that the document is an HTML Document. </SPAN>
This is a Container Tag and thus has to be closed.
<H2> Syntax </H2>
<BR>
<SPAN CLASS= MAIN> <HTML> </SPAN>
<BR>
...
<BR>
...
<BR>
...
<BR>
<SPAN CLASS= MAIN> </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>