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 jQuery Basics Introducing jQuery Blog Previewer: Changing Content Inside Elements

How are we allowed to insert content text if there are no <p> element to wrap it around with in the <div>?

.

1 Answer

Steven Parker
Steven Parker
229,732 Points

Most container elements can have text directly inside them. Paragraphs are not special in this regard, they are just another kind of container.

Steven Parker, Where can i find more Javascript tutorial lessons? Im at 2000 and i've completed every JS course?

Steven Parker
Steven Parker
229,732 Points

Laura Dangler — I'm not sure what you mean by "Im at 2000", but it looks like you've completed 12 of the JS courses so far out of the 50 available. And that's just counting courses, there are also workshops, practice sessions, and other tutorials too.

For the complete list, select the JavaScript topics on the Library page. You might also want to try the JavaScript Tracks, which present selected courses and workshops in a guided learning path.