Sure! Here are a few HTML exercises you can try:
- Create a webpage with a heading that says “My First HTML Page”, a paragraph that says “Hello World!”, and an image of your choice.
- Create a form that asks for a user’s name, email address, and a message. When the user clicks “submit”, the form should display a message that says “Thank you for your submission, [name]!” where [name] is the name the user entered.
- Create a table that lists the names, ages, and cities of three people of your choice.
- Create a list of your five favorite books, each with a link to its corresponding Amazon page.
- Create a navigation bar with links to three pages on your website: Home, About, and Contact.
Hope these exercises help you practice your HTML skills!
