Writing a code for time

Tell us what’s happening:

Your added

time

tags should wrap around the text "Thursday, September 15th</sup

Your code so far


<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>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.0; Infinix X572) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Mobile Safari/537.36.

Challenge: Standardize Times with the HTML5 datetime Attribute

Link to the challenge:

Hello there,

You are not supposed to add quotation marks ". Just add the HTML elements.

Hope this helps

I have done that but still the same result

you have probably changed too much the text
try resetting the code, and then add the tags only exactly around the required words

1 Like
<!-- 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 -->

Your code works after:

  1. Deleting "" from the text here "Thursday, september 15<sup>th</sup>"
  2. Correcting september to September