Freecodecamp: [beta] Improve example for Applied Visual Design: Use the Strong Tag to Make Text Bold

Created on 25 Jan 2017  路  5Comments  路  Source: freeCodeCamp/freeCodeCamp

Challenge use-the-strong-tag-to-make-text-bold has an issue.
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36.

I see the value of this challenge, but I think the example could be improved.
How about if we instead of make campers highlight the h4-tag, that already gets font-weight: bold automatically (since it's a heading), make campers add <strong> around some word in the paragraph?

This way, the effect of the <strong>-tag would be easier to see.

```html

Google

Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.

```
learn

Most helpful comment

Ok. I will work on this. Will follow @systimotic's suggestion. Thanks.

All 5 comments

I think its a good idea. Right now, even if we add the tag on h4, there is no visual effect. If others think the same, I can work on this.

How about wrapping "Stanford University"? I'm suggesting this because Google and the founder's names both appear twice, which is bound to cause confusion.

Go with @systimotic's suggestion!

Ok. I will work on this. Will follow @systimotic's suggestion. Thanks.

Jumping in late, I agree with the suggestions above! @ajain17 thanks for taking this on, one thing to note - this challenge is part of a series that all build on the same "card example". After making the changes for this challenge, you'll need to adjust the seed code in the following ones (Use the u Tag to Underline Text through Use a Google Font) to show the <strong> tags around "Stanford University" instead of around the <h4> 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dlwebdev picture dlwebdev  路  47Comments

QuincyLarson picture QuincyLarson  路  54Comments

johnkennedy9147 picture johnkennedy9147  路  43Comments

ryanarnouk picture ryanarnouk  路  39Comments

QuincyLarson picture QuincyLarson  路  114Comments