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

JavaScript Using jQuery Plugins Add a Sticky Navigation Bar Understanding Plugin Events

Vic Mercier
Vic Mercier
3,276 Points

What does the strong tag represent when we select the h1.

This isn't an html course!

1 Answer

Christof Baumgartner
Christof Baumgartner
20,864 Points

The strong tag is just making the text bold and defines important text. It is not really needed for this course or this code. It is just a little bit of formatting to make the text look nicer. More on the strong tag and how it differs to the b-tag here: https://developer.mozilla.org/de/docs/Web/HTML/Element/strong