The u tag should wrap around the text "Ph.D. students". // tests completed

Tell us what’s happening:

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 <u>Ph.D .students</u> <strong>Stanford University.</strong></p>
  </div>![design|680x500](upload://qlOtfPKlSPPdSu0Gv5t1eq7mPah.png) 
  <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/78.0.3904.108 Safari/537.36.

Challenge: Use the u Tag to Underline Text

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/applied-visual-design/use-the-u-tag-to-underline-text

this is different from Ph.D. students
it may not seems so to you, but remember, machines are stupid

Oh, thank you let me check again

same thing, look carefully, there may be a character of difference
if it asks you to wrap the two words and you wrap something more or less, then it will say it is wrong

Wrap a strong tag around “Stanford University” inside the p tag (do not include the period).
try 2 explain if p0ssible?

yes, do not include the full stop

Stanford University.
Standford University

two different things, you are required to use one, if you use the other the stupid machine thinks it is wrong

1 Like

pplied Visual Design: Use the strong Tag to Make Text Bold{thanks its d0ne}