-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst.html
More file actions
130 lines (100 loc) · 5.74 KB
/
first.html
File metadata and controls
130 lines (100 loc) · 5.74 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>:::::uthcode:::::Programing the next generation</TITLE>
<script>
<!--
function correct(){
if (finished){
setTimeout("begin()",3000)
}
return true
}
window.onerror=correct
function begin(){
if (!document.all)
return
if (maxheight==null)
maxheight=temp.offsetHeight
whatsnew.style.height=maxheight
temp.style.display="none"
c=1
finished=true
change()
}
//-->
</script>
<style>
#whatsnew a{color:000000;text-decoration:none}
#whatsnew, #temp {font-weight:bold; font-family:Arial}
#whatsnew a:hover{color:red}
</style>
<STYLE TYPE="text/css">
<!--
BODY {OVERFLOW:scroll;OVERFLOW-X:hidden}
.DEK {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
//-->
</STYLE>
<meta name="Microsoft Border" content="tlb, default">
</HEAD>
<BODY onLoad="begin()">
<!-- following code added by server. PLEASE REMOVE -->
<!-- preceding code added by server. PLEASE REMOVE --><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<div align="center">
<table border="0" width="663" height="82">
<tr>
<td width="269" height="82" valign="top" rowspan="2">
<p align="left"><span style="position: absolute; left: 23; top: 21"><img border="0" src="_borders/uthcodebanner.gif" width="269" height="99"></span></td>
<td width="378" height="42" valign="top">
<p align="center"><nobr>[ <a href="index.htm">Home</a> ]</nobr> <nobr>[ <a href="webmasters.html">Up</a> ]</nobr> <nobr>[ <a href="fedbak.htm">Ideas</a> ]</nobr> <nobr>[ <a href="it.htm">Quest</a> ]</nobr> <nobr>[ <a href="download.htm">Wall Papers</a> ]</nobr> <nobr>[ <a href="faq.html">Technical</a> ]</nobr> <nobr>[ <a href="jobsites.html">Job Sites</a> ]</nobr></td>
</tr>
<tr>
<td width="378" height="28" valign="middle">
<p align="center"><font face="Arial Narrow,Helvetica,Arial" size="2"><select language="JavaScript" onchange="window.location.href = this.options[this.selectedIndex].value" size="1" name="Select">
<option selected>----- Select Your Semester -----</option>
<option value="first.html">First program</option>
<option value="firstyr.html">First Year</option>
<option value="third.html">Third Semester</option>
<option value="fourth.html">Fourth Semester</option>
<option value="fifth.html">Fifth Semester</option>
<option value="sixth.html">Sixth Semester</option>
<option value="seven.html">Seventh Semester</option>
<option value="eight.html">Eight Semester</option>
<option value="projects.html">Projects</option>
<option value="ccode.html">C codes</option>
<option value="script.html">Web Designing Code</option>
<option value="jobsites.html">Jobs and Placement</option>
<option value="faq.html">Frequently Asked Quesrions</option>
<option value="webmasters.html">Webmasters</option>
</select></font></td>
</tr>
</table>
</div>
<p align="center"><font size="6" color="#000000" face="Monotype Corsiva"><span style="background-color: #FFFFFF">First Program</span></font></p>
</td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top" width="1%">
<nobr><a href="index.htm">Home</a></nobr><br><nobr><a href="webmasters.html">Up</a></nobr><br><nobr><a href="reserve.htm">Reserve</a></nobr></td><td valign="top" width="24"></td><!--msnavigation--><td valign="top">
<DIV ID="dek" CLASS="dek" style="width: 109; height: 1"></DIV>
<p align="center"> <img border="0" src="first.gif" width="120" height="24">
<a href="codes/first.zip" ONMOUSEOVER="popup('Zip File contains Executable File and Source Codes .DOWNLOAD NOW!','lightgreen')" ONMOUSEOUT="kill()" ;>
<img border="0" src="zip.gif" width="42" height="39"></a><a href="codes/first.txt" target="_blank" ONMOUSEOVER="popup('The text format of the program viewable on the browser. CLICK HERE NOW!...','yellow')" ONMOUSEOUT="kill()" ;><img border="0" src="source.gif" width="35" height="40">
</a> </p>
<p align="center">In keeping with the programming tradition, we have chosen the
World Famous "Hello, world" program as the first program for <u>UthCode</u>. </p>
<form>
<p align="center">
<textarea name="yourForm" rows=6 cols=48 wrap=virtual>
//First Program for uthcode on 25/02/2001
int main(void)
{
printf("Hello,World\n");
getch();
}
</textarea>
<br>
<br>
<input type=button value="Highlight All" onClick="javascript:this.form.yourForm.focus();this.form.yourForm.select();">
</form>
<!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<p align="center"><a href="index.htm">Home</a>|<a href="aptitude.html">Aptitude</a>|<a href="new_page_1.htm">Programming</a>|<a href="ccode.html">See++</a>|<a href="projects.html">Projects</a>|<a href="script.html">Java
Scripts</a>|<a href="sixth.html">Visual Basic</a>|<a href="webmasters.html">Webmasters</a></p>
</td></tr><!--msnavigation--></table></BODY></HTML>
<!-- text below generated by server. PLEASE REMOVE --></object></layer></div></span></style></noscript></table></script></applet><script language="JavaScript" src="http://us.i1.yimg.com/us.yimg.com/i/mc/mc.js"></script><script language="JavaScript" src="http://us.js2.yimg.com/us.js.yimg.com/lib/smb/js/hosting/cp/js_source/geov2_001.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.geocities.yahoo.com/visit.gif?us1249178560" alt="setstats" border="0" width="1" height="1"></noscript>
<IMG SRC="http://geo.yahoo.com/serv?s=76001084&t=1249178560&f=us-w6" ALT=1 WIDTH=1 HEIGHT=1>