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 trialbrevans26
15,198 PointsHooks to the HTML
Sorry, but what the expression "adding hooks to the HTML file" means? I got a bit confused when Gil mentioned this expression.
Thanks!
1 Answer
Steven Parker
231,198 PointsAs used here, a "hook" is a change made to a piece of software to allow it's functionality to be extended by other software.
The point being made here is that the new styles are being added without adding any hooks (making any changes) to the HTML code.
brevans26
15,198 Pointsbrevans26
15,198 PointsIt makes sense! Thanks!