<!DOCTYPE HTML>
<html>
<head></head>
<body></body>
</html>
Make a page of your favorite recipe. It should look similar to this:
Include the following:
- A main heading
- A description
- An unordered list of ingredients
- An ordered list of directions
- Add an image below the main heading
Make your own BuzzFeed article consisting of 5 items. Your HTML code should include the following tags:
<h1>
for the title of the article<ol>
for the ordered list<h3>
for the title of each list item<img>
for the image of item<p>
for the description of item
Make a one-page TripAdvisor for your favorite city.
- City:
<h1>
- Top 5 Hotels:
<ol>
- Top 5 Things to Do:
<ol>
- Top 5 Restaurants:
<ol>
Include both the name and an image for each item. Clicking on either the name or image should link to the appropriate website.