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 JavaScript Basics (Retired) Working With Numbers The Random Challenge Solution

I need HELP! In the video he uses "<p>" and ".</p>" I haven't learned what this code means, someone please tell me.

Please

1 Answer

Dimitar Dimitrov
Dimitar Dimitrov
11,800 Points

The <p> </p> are HTML paragraph tags you can get familiar with HTML and CSS before going deeper in JavaScript because when you get to the DOM manipulation with JavaScript you will encounter the CSS selectors. So my advice is to get familiar with HTML and CSS before going any further in JavaScript or there will be a lot of code you will most likely struggle to understand because you have never seen it before.