Template for Project Choice

Here is the template for the project. Just cut and paste, and add the information about your project as indicated. Then check how the page looks with your web browser. (The lines beginning with <!-- and ending with --> are comments, and will not show up when you display the page.)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<!-- replace "your project title here" -->
<!-- with the title of your project -->
     <title>your project title here</title>
</head>
<body>
<p>
<!-- replace "your project title here" -->
<!-- with the title of your project -->
<b>Project Title:</b> your project title here
<br>
<!-- list project members and email addresses here -->
<!-- replace "person" with the member's name, and -->
<!-- BOTH "email address"es with the UC Davis email -->
<!-- addressof the member; create one line per member -->
<b>Project Members:</b>
<ul>
<li>person (<a href="mailto:email address">email address</a>)<br>
<p><b>Project Description:</b><br>
at least a 2-paragraph description of what you intend to do
<p><b>References:<b>
<ol>
<!-- replace each "reference" with a -->
<!-- reference you will use for your project -->
<li>reference
<li>reference
<li>reference
</ol>
</body>
</html>