Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Forms - HTML Mastery Challenge

Hi

I'm stuck on Question four -

> add a paragraph tag with bold text in it.

<div>
  <h2>Shopping List</h2>
    <ol>
        <li>1st Item</li>
        <li>2nd Item</li>
        <li>3rd Item</li>
    </ol>

    <p>This is normal text and <b>this is bold text</b>.</p>
</div>

I've been on this for a while and can't work out what I'm doing wrong? Appreciate any help,

Cheers Frank.

3 Answers

Hey Frank,

You're on the right track but I suggest you go back and review the actual tags for changing the text styles. See if that helps you at all :)

Tom Bedford
Tom Bedford
15,645 Points

That's a strong hint.

James Barnett
James Barnett
39,199 Points

Tom Bedford - You made you literally laugh out loud with that :grinning:

Thanks heaps guys,

Appreciate your help.

Back on track :)

you have to do like this ''' html <p>This is a normal text!</p> <strong>this is a bold text!</strong>

James Barnett
James Barnett
39,199 Points

Micol Bellantoni -

Remember our goal here on the forum is give help not answers, next time try giving an hint (like Frank and Tom did) instead.

Need more explanation on the distinction check this out.