Computer Science, asked by ridhantak, 7 months ago


Which of the following includes all the start and end tags
(a) container tags
(b) empty tags
(d) elements
Ich lags​

Answers

Answered by prasunap
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