HTML Exercises

Sure! Here are a few HTML exercises you can try:

  1. Create a webpage with a heading that says “My First HTML Page”, a paragraph that says “Hello World!”, and an image of your choice.
  2. 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.
  3. Create a table that lists the names, ages, and cities of three people of your choice.
  4. Create a list of your five favorite books, each with a link to its corresponding Amazon page.
  5. 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!

You may also like...

Popular Posts

Leave a Reply

Your email address will not be published. Required fields are marked *