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 trialOscar Blanco
Courses Plus Student 1,626 PointsI 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
11,800 PointsThe <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.