0
In HTML. What is the difference between the elements and the tags?
2 Antworten
+ 2
tags are labels that used to markup the beginning and ending of an element
+ 5
The context:
"Element" is used when you talk about the node element in the DOM (JS Document Object Model), while "tag" is used when you talk about the textual representation of the node element in the source code ;)