About Me: Self-Paced
Continue the development of your "About Me" webpage.
Favorite Food
Add some more elements to your webpage that will describe your favorite foods. You will need to provide information about at least two foods you enjoy. Under the "Favorite Animal" img
element, add another h3
header that says "Favorite Foods". Then, repeat the instructions below for two (or more) of your favorite foods.
- Add a smaller
h4
header with the name of your favorite food- Within the header, indicate the rank of this food (e.g., "1. Rice")
- Add an image of your favorite food in an
img
image tag- Remember to set the
src
value to an image address
- Remember to set the
- Add a brief description of your favorite food within a
p
paragraph
Other Favorites
In addition to listing some favorite foods, think of some of your other favorite things. Movies, songs, video games, athletes, or really anything else! Add more images and text to your webpage describing these other favorites.
Challenge - The Break Element
Read the information on this page to learn how to add line breaks to your website. This can be helpful if you are trying to put things on their own line (like images).
Challenge - The Horizontal Rule Element
Read the information on this page to learn how to add horizontal lines to your website. This can be helpful to create different sections on the page.
Extra Challenge - The Anchor Element
Read the information on this page to learn about hyperlinks. These can be tricky to learn, but they are very powerful and used all across the web!