difference between html document and html tag
Answers
Answered by
4
Answer:
Technically, an HTML element is the collection of start tag, its attributes, an end tag and everything in between. On the other hand an HTML tag (either opening or closing) is used to mark the start or end of an element, as you can see in the above illustration.
Answered by
2
Answer:
A tag is a command whereas a document is the whole file
Similar questions