<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>scholarshipTest</title>
</head>
<body>
<h1>Welcome to the Broward Public Schools Scholarships Page</h1>
<h2>Enter scholarship information</h2>
<p>
<form action=”test.php” method=”post”>
<table border=”0”>
<tr>
<td width="144">Scholarship Name</td>
<td width="236" align=”center”><input type=”text” name=”scholarshipName” size=”25”
maxlength=”25” /></td>
</tr>
<tr>
<td>Offered By</td>
<td align=”center”><input type=”text” name=”offeredBy” size=”25”
maxlength=”25” /></td>
</tr>
<tr>
<td>Description</td>
<td align=”center”><input type=”text” name=”description” size=”40”
maxlength=”40” /></td>
</tr>
<tr>
<td>Contact Link</td>
<td align=”center”><input type=”text” name=”link” size=”25”
maxlength=”25” /></td>
</tr>
<tr>
<td>Amount</td>
<td align=”center”><input type=”text” name=”offeredBy” size=”25”
maxlength=”25” /></td>
</tr>
<tr>
<td>Deadline Date</td>
<td align=”center”><input type=”date” name=”deadlineDate” size=”25”
maxlength=”25” /></td>
</tr>
<tr>
<td colspan=”2” align=”center”><input type="submit" /></td>
</tr>
</table>
</form>
<p> </p>
<h2>Find scholarship information</h2>
<h3>do this later ...</h3>
<p> </p>
</body>
</html>