list

list

by Daniel Hall

HTML

<h1>
List
</h1>
<p>
1. Apples

2. Wine

3. Candy

</p>

CSS

body {
	  background-color:red;
}