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 HTML Forms Fieldsets and Labels

how to bold lettering

how do you add a paragraph tag with bold lettering in side?

3 Answers

Hey Michael, if you'd like to bold your letters, a simple <strong></strong> tag would work. You could:

<html> <p><strong>This is my paragraph with bold letters.</strong> This is some more words un-bolded letters.</p> </html>

Hey Michael, if you'd like to bold your letters, a simple <strong> tag would work. You could:

<p><strong>This is my paragraph with bold letters.</strong> This is some more words un-bolded letters.</p>

Sorry. My comments aren't taking the HTML code. I was trying to say to use the 'strong' tag to bold letters. <strong>