<!DOCTYPE html>

<!--
    This document displays the home page
    for the web site
-->

<html lang="en">
	<head>
		<meta charset="utf-8">
                <!-- This comments out 
                <link rel="stylesheet" href="basic_selectors.css">
                The code after the end of this comment is active --> 
		<title>San Joaquin Valley Town Hall</title>
	</head>

	<body>
        <h1>San Joaquin Valley Town Hall</h1>
        <h2>Bringing cutting-edge speakers to the valley</h2>

        <ul>
            <li>October 14, 2009: Dr. Alan J. Russell</li>
            <li>November 18, 2009: Dr. Edward Diener</li>
            <li>January 20, 2010: David Brancaccio</li>
            <li>February 17, 2010: Robert Fitzpatrick</li>
            <li>March 17, 2010: Juan Williams</li>
            <li>April 21, 2010: Steve Coll</li>
        </ul>
      
        <p>Contact us by phone at (559) 444-2180 for ticket information.</p>
	</body>
</html>

<!-- This comments out 
 The code after the end of this comment is active --> 