Using "strong" to make text "bold"

Tell us what’s happening:
hi is anyone having similar problem??? I can see that i’ve done it correctly but it keeps saying " the strongtag should wrap around the wordsStanford University"…

Am i doing something wrong here??

Your code so far


<style>
h4 {
  text-align: center;
  height: 25px;
}
p {
  text-align: justify;
}
.links {
  text-align: left;
  color: black;
}
.fullCard {
  width: 245px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 5px;
  padding: 4px;
}
.cardContent {
  padding: 10px;
}
.cardText {
  margin-bottom: 30px;
}
</style>
<div class="fullCard">
<div class="cardContent">
  <div class="cardText">
    <h4>Google</h4>
    <p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at <strong>Standford 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>
    <a href="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
  </div>
</div>
</div>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Use the strong Tag to Make Text Bold

Link to the challenge:

See the spelling of Stanford.

Does it say it should include the punctuation, try pushing the period out

Screenshot from 2021-01-05 22-52-30

I changed the spelling but still says the same error

thank you i did that also but says the same error

Please give your updated code.

1 Like

Your closing tag should be after University

No, That’s not the Problem.

I think I shouldn’t have left any space coz i typed this Stanford University.

and it is correct but thank you so much.
1 Like

If you found the my post was the solution, please give it as a solution.

Not this,

This

i had the same problem

Hi @subreana!

Welcome to the forum!

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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