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

Business SEO Basics Better SEO Through Code How Code Impacts SEO

How is text hidden by code?

I was just wondering how do I know if am hide text in the code, if I'm not trying to do so. I know the two slashes "//" can comment out text. Is that what they mean by hiding text in code?

1 Answer

Steven Parker
Steven Parker
229,061 Points

I'm not 100% certain about what is said, but I don't think comments count, because they wouldn't be "text" if the comment symbols were omitted.

I expect this is talking about text that would normally be seen on the page, but is concealed by code that changes its visibility or display propertes, or perhaps opacity.