+ 1

What are the differences between tags and elements in HTML 😔

14th Aug 2024, 6:57 AM
Mr Ali
Mr Ali - avatar
2 odpowiedzi
+ 2
What do you mean by elements? 🧐 Aren't tags just HTML elements? There are tags (body, p, div, etc.), there are properties (href="", class="", etc.)... that define their properties, there are classes that help customize the display of content in CSS... and so on. Could you give an example?
14th Aug 2024, 9:25 AM
Animaliss
Animaliss - avatar
+ 2
The elements are composed by tags HTML Element = opening tag + content + closing tag Tag example = <p> Element example = <p>Content</p>
15th Aug 2024, 6:54 PM
Luis
Luis - avatar