Which of the following includes all the start and end tags
(a) container tags
(b) empty tags
(d) elements
Ich lags
Answers
Answered by
1
Answer:
Option a - container tags
Explanation:
Container tags are the ones which have both opening tags and closing tags.
Eg: <p></p>
Empty tags are the ones which don't have closing tags.
Eg: <br>
In html, elements include both container tags and empty tags.
Most of the HTML elements do have closing tags, but there exists some elements without closing tags too.
Similar questions