Hi,
Here are the errors I received, as you asked.
I honestly don’t know why they’re showing up because I double-checked everything and it all seems correct.
Your first section element should have an id attribute with the value upcoming-events.
Failed:15. Your second section element should have an id attribute with the value past-events.
Failed:16. Inside the #upcoming-events section, you should have an h2 element with the text Upcoming Events.
Failed:17. Inside the #upcoming-events section, you should have two article elements below the h2 element.
Failed:18. Both of the article elements inside the #upcoming-events section should have an h3 element for the event title.
Failed:19. Both of the article elements inside the #upcoming-events section should have a paragraph element for the event description.
Failed:20. Inside the #past-events section, you should have an h2 element with the text Past Events.
Failed:21. Inside the #past-events section, you should have two article elements below the h2 element.
Failed:22. Both of the article elements inside the #past-events section should have an h3 element for the event title.
Failed:23. Both of the article elements inside the #past-events section should have a paragraph element for the event description.
Failed:24. Both of the article elements inside the #past-events section should have an image element.
Failed:25. Both of the image elements inside the #past-events section should have the src attribute pointing to an image file.
Failed:26. Both of the image elements inside the #past-events section should have the alt attribute with a description of the image.
*Hi,
I updated the image links and made sure everything is correct.
But the same error is still showing — nothing changed.
Not sure what else to try.