Click on the codepen picture above and complete the following steps.
Step 1
Step 2
Step 3
<li>item 1</li>
<li>item 2</li>
</ol>
Step 4
Step 1
- Replace the text in the h1 tags with the name of your website. <h1>Example heading</h1>
- Add a paragraph telling us who your are. You can write anything you want, examples are how old you are, tell us about your family, friends, pets or hobbies. <p>Example paragraph</p>
Step 2
- Add a h2 to your website with the name of your list, it can either be "My Favorite Hobbies" or "My Favorite Foods" (or My Favorite _________). <h2>Example heading</h2>
Step 3
- Under your h2, add an ORDERED LIST of ingredients, with at least two list items telling us about your favorite things
<li>item 1</li>
<li>item 2</li>
</ol>
- Change ol to ul in your list to see how it changes. You can leave it however you prefer, as an ordered list or an unordered list.
Step 4
- Time to add an image! Find any image you like that relates to your website, and add it anywhere on the page (remember you have to keep it in the body tag). For example, if I wrote about horses I could add a picture of a horse. <img src="www.horses.png"/>