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
Alejandro Muniz
3,276 PointsId attribute in sections.
When I click on the Id attributes for the about, articles, and contact sections the only one that works is the contact section in workspaces.
1 Answer
saifur rehman
4,608 PointsHi Steven, When it says click on the ID it normally refers by clicking the place where ID is defined in HTML tag . As ID can't be visible on the browsers but it provide a unique identification to HTML tag and by using that ID you can implement any css , JavaScript for that specific HTML tag.
Steven Parker
243,228 PointsI think we still have to see the code to analyze the issue and suggest a solution.
Steven Parker
243,228 PointsSteven Parker
243,228 PointsI'm not sure what you mean when you say "click on the Id attributes". Element ID's would not normally be visible on the page.
It may help to make a snapshot of your workspace and post the link to it here. Also provide a link to the course page you are working with.