Easy
Mid
Hard
100

 What is this <ul> </ul>

Tags to create unordered lists.

100

if you want to inline tags to add importance to text.

<strong> </strong>

100

What is missing here: 

<body>

  <h1>My Top 5 Favorite Websites</h1>

<ol>

<li><a href="https://www.snokido.com/" target="_blank">snokido</a></li>

  <li><a href="https://blox-fruits.fandom.com/wiki/Blox_Fruits" target="_blank">blox fruits wiki</a></li>

  <li><a href="https://chat.openai.com/" target="_blank">chatgpt</a></li>

  <li><a href="https://app.codemonkey.com/digital-use" target="_blank">code monkey</a></li>

  <li><a href="https://www.roblox.com/" target="_blank">roblox</a></li>

</ol>

</body>

200

What is this used for <h1> </h1>

For starting a heading.

200

what is biggest number of <h> you can put?

<h6> </h6>

200

What is the bug here: 

 <h1>Emma</h1>

  <h2>Chapter 1</h9>

  <p>Emma Woodhouse, handsome, clever, and rich, with a comfortable home and happy disposition, seemed to unite some of the best blessings of existence; and had lived nearly twenty-one years in the world with very little to distress or vex her.</p>

The <h9> needs to change for the <h2>

300

 what is this <li> </li>

tags to define the list item inside.

300

What is the less important <h> number you can put

<h4> </h4>, <h5> </h5>, <h6> </h6>

300

What is the bug here 

<body>

 <h2> Contact Us!</h2>

  <p><strong>MRH Web Design</strong><br>

  1234 Queen Street<br>

  Kansas City, KS 6610<br>

  +1-555-555-5555<br>

  rocio@mrh_web.com</p>

<body>

The <body> need to change for </body>

400

what is this <img>

it is used for adding images

400

definition of <ul> </ul>

Tags to create unordered lists.

400

Is this code good?

<body>

  <h1>Work Locations</h1>

  <h2>Remote</h2>

  <p>Remote work often means a company may or may not have a physical office, and you can work for the company from <em>virtually anywhere</em>. </p>

  <h2>On-Site</h2>

  <p>On-site jobs are the most common type and require employees to <br><strong>be in the office physically</strong>.</p>

  <h2>Hybrid</h2>

  <p>A hybrid work location means you work <em>both</em> remotely and on-site.</p>

  <h3>Choosing a Location</h3>

  <p>When looking for jobs in design and development, consider each work location and how it <strong>matches your needs</strong>.</p>


</body>


</html>

Yes

500

What is this <ol> </ol>

Tags to create ordered lists.

500

definition of <em> </em>

Inline tags to add emphasis to text.

500

what is the bug here

body

  My Favorite Tips for Freelancers

  Becoming a freelancer was one of the best career decisions I've ever made. So I want to share some of the most important things I learned to help you succeed as a freelancer.

  Project Management

  To succeed as a freelancer, you need to be organized when it comes to your work. Whether you're working on a solo project or as part of a larger team, you need to know how to <strong>manage your time and resources effectively.

Promotion

</body>


</html>

The bug is that the first body needs the < >