I'm kinda stuck on challenge 74

I’m stuck on challenge 74, in the introduction to HTML & CSS Course.
In this lesson I’ve been asked to add the tag wrapped round the Stanford University in the paragraph as listed below:

<div class="cardText">
      <h4>Google</h4>
      <p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at <strong>Stanford University.</strong></p>
    </div>

I’ve done alll that’s required but it’s not giving the desired result what can I do.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

In the code above, no strong has been added.

You have some text…bob’s house…more text

if you want bob’s house to stand out from the rest of the text…use what ever tag is proper for that bit of text…

like:


text before...<proper tag>bob's house</proper tag>...text after

y I’ve edited the question, but the actual code has been with the strong tag before the question was asked anyway but the desired result not achieved.

We need to see your code in order to help.