-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout.htm
72 lines (72 loc) · 2.37 KB
/
About.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE HTML 4.0 PUBLIC "_//w3c//dtd html 4.0//en">
<HTML>
<HEAD>
<LINK REL=STYLESHEET TYPE= "TEXT/CSS" HREF= "STYLES.CSS">
<SCRIPT>
function abut()
{
alert("HTML Tutorial\r\tfor CIStems School of Computing\rby:-\n\tVivek Jain\rmail:\n\[email protected]");
}
</SCRIPT>
</HEAD>
<BODY onload=abut()>
<H1> About - HTML Tutorial </H1>
<SPAN CLASS= MAIN>
<P>
<IMG SRC= "IMAGES\BULLET1.GIF">
Special Thanks to <SPAN CLASS= INTRO> Sonali Ma'am, Vishal Sir and Some Batch Mates
</SPAN>for their Valuable Co-operation.
<BR>
<IMG SRC= "IMAGES\BULLET1.GIF">
Very Special Thanks to <SPAN CLASS= INTRO> Ravi without whose Valuable
Co-operation this Project would have remained only a Dream.</SPAN>
<BR>
<IMG SRC= "IMAGES\BULLET1.GIF">
<SPAN CLASS= INTRO>I am not listing all the tags Deprecated by HTML 4.0
here. Some are there for Reference to the Students of CIStems School Of Computing.</SPAN>
For help regarding others please refer anywhere else.
<BR>
<IMG SRC= "IMAGES\BULLET1.GIF">
All the tags which Format the Text in any way are the <SPAN CLASS= INTRO> Formatting Tags
</SPAN>here.
<BR>
<IMG SRC= "IMAGES\BULLET1.GIF">
<SPAN CLASS= INTRO> The Display of all the tags used in the Tutorial may vary from browser to browser
</SPAN>
<BR>
<IMG SRC= "IMAGES\BULLET1.GIF">
<SPAN CLASS= MAIN> User can view the Source Code of the Examples to get some hint of HTML Coding
</SPAN>
</P>
<P>
<IMG SRC= "IMAGES\BULLET1.GIF">
Developed By:-
<BR>
<IMG SRC= "IMAGES\SPACER.BMP" HEIGHT= "15" WIDTH= "50">
<IMG SRC= "IMAGES\BULLET6.GIF">
<SPAN CLASS= INTRO> Vivek Jain </SPAN> <BR>
<IMG SRC= "IMAGES\SPACER.BMP" HEIGHT= "15" WIDTH= "50">
<IMG SRC= "IMAGES\BULLET6.GIF">
Batch # <SPAN CLASS= INTRO> 614 </SPAN>
<BR>
<IMG SRC= "IMAGES\SPACER.BMP" HEIGHT= "15" WIDTH= "50">
<IMG SRC= "IMAGES\BULLET6.GIF">
<SPAN CLASS= INTRO> <A HREF="MAILTO:[email protected]"
TITLE= "Mail to Webmaster @ : [email protected]">
[email protected] </A> </STYLE></SPAN>
<BR>
</P>
<P>
<IMG SRC= "IMAGES\BULLET1.GIF">
<SPAN CLASS= INTRO> Freeware Designed exclusively for CIStems School Of Computing, Tilak Nagar,
Jaipur. </SPAN>
<BR>
<BR>
</P>
</SPAN>
<SCRIPT>
document.write("<H5> This Page is Visited on "+Date()+"</H5>");
</SCRIPT>
<A HREF=" INTRO.HTM" TITLE="HTML Tutorial Home-Introduction to HTML"> Home </A>
</BODY>
</HTML>