There are a few errors in this code: - You must add a style to change all img tags' width to 70px - You must add a style to change all img tags' height to 70px Here is the code below: <!DOCTYPE html><html> <head> <title>Product Suggestions</title> <!-- Set the size of the images to 70 px x 70 px to get rows of thumbnails --> <style> img{ width:70px; height:70px; } </style> </head> <body> <h1>Top Selling Coffee Makers</h1> <img src="https://codehs.com/uploads/3e5b0c8de83e7fbedf5e16dfe8960502" alt="Coffee Maker"> <img src="https://codehs.com/uploads/b6a1e499fa8e709b3591dde48f0219d9" alt="Coffee Maker"> <img src="https://codehs.com/uploads/56156cc6e4a7f53c00a31d2cb8f6a0c3" alt="Coffee Maker"> <img src="https://codehs.com/uploads/b826326ca109ce618474876309cf0772" alt="Coffee Maker"> <h1>Top Selling Refrigerators</h1> <img src="https://codehs.com/uploads/e7a2b95c6206cc7abd16b2e98be862cc" alt="Refrigerator"> <img src="https://codehs.com/uploads/4463eed94686fbe89dd355b1230437b8" alt="Refrigerator"> <img src="https://codehs.com/uploads/d01842d231f893e798c7995caad5700c" alt="Refrigerator"> <img src="https://codehs.com/uploads/520b9c227398bba780e1dd5cedf4ad1a" alt="Refrigerator"> </body></html>
There are a few errors in this code:
- You must add a style to change all img tags' width to 70px
- You must add a style to change all img tags' height to 70px
Here is the code below:
<!DOCTYPE html>
<html>
<head>
<title>Product Suggestions</title>
<!-- Set the size of the images to 70 px x 70 px to get
rows of thumbnails -->
<style>
img{
width:70px;
height:70px;
}
</style>
</head>
<body>
<h1>Top Selling Coffee Makers</h1>
<img src="https://codehs.com/uploads/3e5b0c8de83e7fbedf5e16dfe8960502" alt="Coffee Maker">
<img src="https://codehs.com/uploads/b6a1e499fa8e709b3591dde48f0219d9" alt="Coffee Maker">
<img src="https://codehs.com/uploads/56156cc6e4a7f53c00a31d2cb8f6a0c3" alt="Coffee Maker">
<img src="https://codehs.com/uploads/b826326ca109ce618474876309cf0772" alt="Coffee Maker">
<h1>Top Selling Refrigerators</h1>
<img src="https://codehs.com/uploads/e7a2b95c6206cc7abd16b2e98be862cc" alt="Refrigerator">
<img src="https://codehs.com/uploads/4463eed94686fbe89dd355b1230437b8" alt="Refrigerator">
<img src="https://codehs.com/uploads/d01842d231f893e798c7995caad5700c" alt="Refrigerator">
<img src="https://codehs.com/uploads/520b9c227398bba780e1dd5cedf4ad1a" alt="Refrigerator">
</body>
</html>
Unlock instant AI solutions
Tap the button
to generate a solution