Gazetteer Interface Example
Search for a place in the US
Name: State (optional):
or for a zip code:

Here is the HTML of this example:

<html>
<body>
<title>Gazetteer Interface Example</title>
<form method=get action=http://www.census.gov/cgi-bin/gazetteer>
<strong>Search for a place in the US</strong><br>
Name: <input name="city" size=15>
State (optional): <input name="state" size=8>
or for a zip code: <input name="zip" size=8>
<input type="submit" value="Search" >
</form>
</body>
</html>