Files
learning/web-design/Занятие_8/Занятие 8.html
2025-11-20 21:37:53 +02:00

154 lines
3.3 KiB
HTML

<html>
<head>
<title>WebCT регистрация</title>
<style>
*{margin:0;padding:0;}
div {width:679; height:600px; margin:0 auto;}
</style>
</head>
<body>
<div >
<table height="600" width="674" border="0" cellspacing="0" sellpadding="0">
<tr>
<td width="120" rowspan="22"></td>
<td colspan="2"><font size="2"><br><br>The information requested below will help us tailor our communications to meet your needs. Thank you for you interest in WebCT`s software and services.<br><br>All fields are required</font></td>
<td width="120" rowspan="22"></td>
</tr>
<tr>
<td bgcolor="skyblue"><font size="2">Contact information<font size="2"></td>
<td></td>
</tr>
<tr>
<td colspan="2"><hr color="skyblue"></td>
</tr>
<tr>
<td><font size="2">First Name:</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td><font size="2">Last Name</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td><font size="2">E-mail</td>
<td><input type="text" size="24" value="e-mail address"></td>
</tr>
<tr>
<td><font size="2">Confirm E-Mail</td>
<td><input type="text" size="24" value="e-mail address"></td>
</tr>
<tr>
<td><font size="2">Preferred Email Format:</td>
<td>
<select >
<option>Choose one</option>
</select>
</td>
</tr>
<tr>
<td><font size="2">City</td>
<td><input type="text" size="24"></td>
</tr>
<tr>
<td><font size="2">State or Province:</td>
<td>
<select>
<option>Choose State or Province</option>
</select>
</td>
</tr>
<tr>
<td><font size="2">Country</td>
<td>
<select>
<option>- Select a Country -------------------------------</option>
</select>
</td>
</tr>
<tr>
<td bgcolor="skyblue"><font size="2">Institution Information</td>
<td></td>
</tr>
<tr>
<td colspan="2"><hr color="skyblue"></td>
</tr>
<tr>
<td><font size="2">Job Title:</td>
<td><Input type="text" size="24"></td>
</tr>
<tr>
<td><font size="2">Role:</td>
<td>
<select>
<option>Select Primary Role</option>
</select>
</td>
</tr>
<tr>
<td><font size="2">Name of Institution</td>
<td><Input type="text" size="24"></td>
</tr>
<tr>
<td><font size="2">Type of Institution</td>
<td>
<select>
<option><font size="2">Select Institution Type</option>
</select>
</td>
</tr>
<tr>
<td><font size="2">Does your institution currently license WebCT?</td>
<td>
<select >
<option>Choose one</option>
</select>
</td>
</tr>
<tr>
<td colspan="2"><hr="grey"></td>
</tr>
<tr>
<td colspan="2">
<input type="checkbox"><font size="2">I would like to receive the mounthly WebCT Newsletter</font><br>
<input type="checkbox"><font size="2">I am interested in receiving periodic information about WebCT events, promotions and products</font>
</td>
</tr>
<tr>
<td align="center" colspan="2"><input type="submit" value="Submit"></td>
</tr>
<tr>
<td colspan="2"><font size="2">To ensure that messages from WebCT are delivered to your invox, please add email@webct.rsc02.com to your address book, or ask your IT department to add us to your "approved sender" list.<br><br>
WebCT is commited to privacy. For information, read our </font><a href="#"><font size="2">Privacy Policy</font></a></td>
</tr>
<tr>
<td align="center" colspan="4" bgcolor="navy"><font color="white" size="2">Contact Us | Tems of Service | Privacy Policy | Employment | Accessibillity | Site Map</font></td>
</tr>
</table>
</div>
</body>
</html>