Your added time tags should wrap around the text Thursday, September 15<sup>th</sup>

<body>

  <header>

    <h1>Tournaments</h1>

  </header>

  <article>

    <h2>Mortal Kombat Tournament Survey Results</h2>

    <!-- Only change code below this line -->

   <p>Thank you to everyone for responding to Master Camper Cat's survey. The best day to host the vaunted Mortal Kombat tournament is <time datetime="2016-09-15">Thursday,September 15<sup>th</sup></time>. May the best ninja win!</p>

    <!-- Only change code above this line -->

    <section>

      <h3>Comments:</h3>

      <article>

        <p>Posted by: Sub-Zero on <time datetime="2016-08-13T20:01Z">August 13<sup>th</sup></time></p>

        <p>Johnny Cage better be there, I'll finish him!</p>

      </article>

      <article>

        <p>Posted by: Doge on <time datetime="2016-08-15T08:12Z">August 15<sup>th</sup></time></p>

        <p>Wow, much combat, so mortal.</p>

      </article>

      <article>

        <p>Posted by: The Grim Reaper on <time datetime="2016-08-16T00:00Z">August 16<sup>th</sup></time></p>

        <p>Looks like I'll be busy that day.</p>

      </article>

    </section>

  </article>

  <footer>&copy; 2018 Camper Cat</footer>

</body>

HI @laohu !

In order to help you, please provide a challenge link.

What is a challenge link?

I found the lesson you are working on.
This is the challenge link

Whenever you ask questions, on the forum we need the challenge link so we know what lesson you are working on.
That way we can help you :slight_smile:

In the future, you can use the ask for help button which will provide all of the necessary information to help you.

As for your code, you are missing a space here

Fix that and it will pass.

Hope that helps!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.