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 trialJohn Umbarila / Picture Perfect Properties
14,227 PointsHello, What is the difference between a "tag" and an "element?" It seems that the two terms are used interchangeably.
Someone else asked this question in another treehouse forum but I didn't quite understand the answer. All I understood was that the element is whats inside the tag. An elaboration would be appreciated. Thank you
2 Answers
Michael Lawinger
33,581 PointsSorry for the late reply, but an element is an actual thing, such as a paragraph (p), image (img) and so on. The tag is what you use to wrap the element so that it works and can be read in the html language.