<html>
<head>
<link rel="stylesheet" href="intro.css">
</head>
<body>
<center>
<form action="intro1_vb.aspx" method="post">
<h3> Name: <input id="Name" type=text>
Category: <select id="Category" size=1>
<option>psychology</option>
<option>business</option>
<option>popular_comp</option>
</select>
<input type=submit value="Lookup">
</h3>
</form>
</center>
</body>
</html>
|