Why are comment tags different from other container tags in HTML
Answers
Answered by
7
Answer:
because
they have comment in them.
Answered by
31
<!--This is a comment. Comments are not displayed in the browser-->
everything else (containers) begins with <_> and ends </_> where _ is the code character
like
<p> ...................... </p>
Similar questions