My step 28 is failing; I even replaced my descriptions with generic sentences with the words “events” and “description,” but my code fails. Even Meta and ChatGPT didn’t find faults in my code, so I don’t know whats the issue is. Or should I do a complete overhaul and make it super basic and remove these topics?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Event Hub</title>
</head>
<body>
<header>
<h1>Event Hub</h1>
<nav>
<ul>
<li><a href="#upcoming-events">Upcoming Events</a></li>
<li><a href="#past-events">Past Events</a> </li>
</ul>
</nav>
</header>
<main>
<section id="upcoming-events">
<h2>Upcoming Events</h2>
<article>
<h3><em>'Ca$ino'</em> by Baby Keem</h3>
<img src="https://pbs.twimg.com/media/HA0ORP3aAAAYJHc?format=jpg&name=900x900" alt="Baby Keem 'Casino' Abu Cover">
<figcaption>Baby Keem - <em>'Casino'</em> Album Cover</figcaption>
<p>Event description: Baby Keem is releasing the album 'Ca$ino' on <time datetime="2026-02-20T15:00">20 February 2026</time>.</p>
</article>
<article>
<h3><em>'Spiral Staircases'</em> by Larry June, Curren$y & The Alchemist</h3>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">THE ALCHEMIST<br>LARRY JUNE<br>CURREN$Y<br><br>SPIRAL STAIRCASES<br>(ALBUM)<br><br>FEBRUARY 20TH 🚨 <a href="https://t.co/CQpam6lZmb">pic.twitter.com/CQpam6lZmb</a></p>— Kurrco (@Kurrco) <a href="https://twitter.com/Kurrco/status/2021652933713289396?ref_src=twsrc%5Etfw">February 11, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>Event description: Larry June, Curren$y, and The Alchemist are releasing 'Spiral Staircases' on <time datetime="2026-02-20T15:00">20 February 2026</time>, same day as the Keem tape.</p>
</article></p>
</article>
</section>
<section id="past-events">
<h2>Past Events</h2>
<article>
<h3>Alfredo 2</h3>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/2/27/Alfredo_2.jpg/250px-Alfredo_2.jpg" alt="Alfedo 2 album cover">
<p>Alfredo 2 is huge event in music. A follow-up collaborative tape and sequel to the classic
Alfredo (2020) is a celebration in hip hop as the first taoe was a huge event in 20202.. The project was announced with a cinematic trailer shot in
China, which heavily influenced the production. Freddie is in peak form,
joined by artists like JID and Larry June. Despite critical praise, the
album was sadly snubbed by the Grammys.
</p>
</article>
<article>
<h3>Life is Beautiful</h3>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/f/ff/Life_Is_Beautiful\_%28Larry_June%2C_2_Chainz_and_the_Alchemist_album%29.jpg/250px-Life_Is_Beautiful\_%28Larry_June%2C_2_Chainz_and_the_Alchemist_album%29.jpg" alt="Life is Beautiful album cover">
<p>Life Is Beautiful was a event and came surprise album, released without prior
announcement. Its lead single <em>“Bad Choices”</em> dropped on
<time datetime="2025-01-22">22 January 2025</time> was celebrated as a huge event in hip hop due to the unlikely pairing of Larry and Tony. The single was followed by the full
project on <time datetime="2025-02-07">7 February 2025</time>. The album was
widely praised and is already considered a modern classic</p>
</article>
</section>
</main>
</body>
</html>
I would suggest you remove all the excess elements that you added like em and time and just follow the instructions exactly. Just have a straightforward sentence and see if that past and only add the elements asked for.
If your code is still not passing please post your updated code here in a new topic.
Put 3 backicks before and after the code to format it in the post.
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.
I think my fixing and copying and pasting my code made me iss that article and paeagaraph double up, the code checker website and you helped me out, when i removed the my code passed
Congratulations on solving the challenge! You should be proud of your achievement…we are! But we are removing your working solution, so it is not available to others who have not yet done the work to get there. Again, congrats!