Write the difference between Container Tag and Empty tag
Answers
Answered by
6
Answer:
Container tag consists of opening tag+content+closing tag . While empty tag is tag without content or a closing tag. Container tags are used to enclose texts, images etc. Like you can insert a line-break or an image anywhere in your page but it should be inside some container tag.
Answered by
6
Answer:
Explanation:
CONTAINER TAG - these tag contain an END tag such as <html ></html>... <font></font>
or else they will not end anywhere .
EMPTY TAG- these tags do not require or have an end tag such as <br>
Hope It Helps!..))
Similar questions