Why doesn't STRONG tag works?


I think I do it exactly what they want. Then what’s the problem?

Try getting rid of quotes. I think the quotes are there to emphasize that you need to wrap around that text.

Capture2
still not working :zipper_mouth_face:

Minor space add reset code and add strong tag.

phew! it works :scream:
thanks a lot :grinning:

why doesn’t STRONG tag works?

The point “.” should be after the closing strong tag.

it works - if you need help you need to include your code

 <p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at
  <strong>"Stanford University".</strong></p>
</div>
<div class="cardLinks">
  <a href="https://en.wikipedia.org/wiki/Larry_Page" target="_blank" class="links">Larry Page</a><br><br>
  <ahref="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
</div>

it isn’t working

It still doesn’t work

no quotes and no full stop… just the words Standford University
Anyway, the strong tag works, it is the tests that are not passing because of that

Thank you it has worked