Use the strong Tag to Make Text Bold NOT MOVING FORWARD!

Tell us what’s happening:
You tell me!!

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>
         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>
      <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/70.0.3538.77 Safari/537.36.

Link to the challenge:

I think including the period is your problem

1 Like

Yup. The comparison test is very strict, it’s looking for stanford university and nothing else. No spaces, no returns, no periods, no dancing bears.

1 Like

@alhazen1
No, actually it was the spacing but thanks!

@snowmonkey
Yea, it was the spacing problem that had me messed up!

Yes you are right! No dancing bars lol!

???
Will use Google translate to see what this means…
Be back soon…

ขอบคุณข้อมูลต่างๆค่ะ