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
sahil khan
96 PointsHTML Tags and Elements
What is the difference between HTML tag and Element?
3 Answers
Jack Cummins
17,417 PointsAlso tags are just one of the tags for example a paragraph tag looks like this
<p>
A paragraph element looks like this
<p></p>
Sorry that my first answer was wrong and I hope this helps!
Jack
Jack Cummins
17,417 PointsIt's just that an element is a specific version of a tag. For example you could say there's a tag, or you could say that there's a paragraph element.
Jack Cummins
17,417 PointsIf you liked my answer you can upvote it and give it a best answer.
sahil khan
96 Pointssahil khan
96 PointsThanks