question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tests pass when <strong> is used to wrap entire <p> element in challenge Applied Visual Design: Use the strong Tag to Make Text Bold

See original GitHub issue

Describe your problem and - if possible - how to reproduce it

Tests pass when is used to wrap entire

element in challenge “Applied Visual Design: Use the strong Tag to Make Text Bold”

The following will pass test: <p><strong>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University</strong>.</p> Only the following should pass test: <p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at <strong>Stanford University</strong>.</p>

Add a Link to the page with the problem

https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/use-the-strong-tag-to-make-text-bold

Tell us about your browser and operating system

  • Browser Name: Chrome
  • Browser Version: 67.0.3396.99
  • Operating System: macOS High Sierra 10.13.5

If possible, add a screenshot here

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
huyenltnguyencommented, Aug 12, 2018

@clrobards It will pass if you move the <strong> one character to the right. In other words, you will need to add a space between the word at and the <strong>, and delete the space between <strong> and Stanford University.

... Ph.D students at <strong>Stanford University</strong>

Instead of:

... Ph.D students at<strong> Stanford University</strong>
0reactions
papansarkar101commented, Feb 20, 2020

I was also stuck for a minute, be careful with space and full stop.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Applied Visual Design - Use the strong Tag to Make Text Bold
Today we use the strong tag to make text bold as part of this curriculum on Applied Visual Design which is generously provided...
Read more >
Use the strong Tag to Make Text Bold Applied Visual Design ...
FOLLOW ALONG LINK: https://www.freecodecamp.org/learn/responsive-web-design/ applied - visual - design / use -the- strong - tag -to- make - text -boldCheck ...
Read more >
freeCodeCamp's Applied Visual Design, Use the Strong Tag ...
In this lesson from freeCodeCamp's Applied Visual Design section we look at the strong tag. We learn that we can wrap a strong...
Read more >
Applied Visual Design: Use the strong Tag to Make Text Bold
Your code should add one strong tag to the markup. The strong tag should be inside the p tag. The strong tag should...
Read more >
Myprogmaster - codecamp challenge | Facebook
Wrap a strong tag. Tests pass when <strong> is used to wrap entire <p> element in challenge Applied Visual Design: Use the strong...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found