Alguém me ajuda por favor não consigo sair de parte

Tell us what’s happening:

Alguém me ajuda por favor não consigo sair de parte "As time tags adicionadas devem envolver o texto "Quinta-feira, 15 de setembro th ".

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 Thursday, <time datetime= "2016-09-15" "September 15" <sp>th </sup>" >. May the best ninja win!</p> </time

  <!-- 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 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36.

Challenge: Standardize Times with the HTML5 datetime Attribute

Link to the challenge:

It’s suppose to wrap around the text, "Thursday, September 15<sup>th</sup>". You forgot the Thursday.

  • You are missing the > for your time opening tag
  • You are missing "Thursday, "
  • You should not have quotes around “September 15”
  • You have a typo in this <sp>
  • You should not have a quote after </sup>
  • You do not have a closing time tag.
  • You have a > by itself.
1 Like

Ainda não consegui. Já fiz de tudo. Não sei o que fazer.

What is your new code?

<h1>Tournaments</h1>
<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 Thursday, <time datetime="2016-09-15"> Thursday, September 15" </time><sp>th </sup>" . 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</time><sup>th</sup></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>
© 2018 Camper Cat
<time datetime="2016-09-15"> Thursday, September 15" </time><sp>th </sup>"
  • You shouldn’t have a " after “15”
  • You shouldn’t have a " after </sup>
  • <sp> is incorrect
  • Your </time> is too early.

Já fiz igual seu codigo e não dá certo.

<h1>Tournaments</h1>
<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" 

  </time><sp>th </sup>". 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>
© 2018 Camper Cat

All of my last comments are still true.

Já não sei o que fazer estou dois dias nessa atividade.

  • You should NOT have a " after “15”
  • You should NOT have a " after </sup>
  • <sp> is spelled wrong
  • Your </time> is in the wrong place

Me ajuda de novo. Refiz mas não está dando certo.

<h1>Tournaments</h1>
<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>
© 2018 Camper Cat

Now your only problem that you have several extra spaces.

Copiei seu codigo mas mesmo assim não deu certo. Estou perdida.

Hi karolen,

You have too many white spaces .

Its is <sup>th</sup> not <sup> th </sup>.