Uploaded by Yasmin Almohtaseb

Yasmin Almohtaseb

advertisement
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Yasmin Almohtaseb</title>
</head>
<body>
<h1>My favorite Ice Cream, Soft Serve and Frozen Yoghurt flavors</h1>
<ol>
<li>Ice Cream
<ul>
<li>Chery Garcia</li>
<li>Cookie Dough</li>
<li>Bubble Gum</li>
</ul>
</li>
<li>Soft Serve
<ul>
<li>Vanilla</li>
<li>Chocolate</li>
<li>Strawberry</li>
</ul>
</li>
<li>Frozen Yoghurt
<ul>
<li>Vanilla</li>
<li>Heathbar Crunch</li>
<li>Chocolate</li>
</ul>
</li>
</ol>
</body>
</html>
Download