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
sai chandana nidadavolu
1,305 Pointsattribute and elements
what exactly a element is ? What is difference between attribute and element?
1 Answer
Tianni Myers
10,453 PointsAn html element is every single line of code and attributes provide additional information about an element. Here’s more about attributes with some examples: https://www.w3schools.com/html/html_attributes.asp
sai chandana nidadavolu
1,305 Pointssai chandana nidadavolu
1,305 PointsGot it.Thank you.