In the following which tag is the container tag.
<br>
<head>
<hr>
<b>
Answers
Answered by
1
Answer:
<head> is a container tag
Explanation:
<html> is a container tag, it has it's closing tag as </html>. Other examples are <body>, <head>, <p> etc. These are called container tags because they contain something, within the two tags. For example, <html> marks the beginning of a HTML page whereas </html> marks the end.
Similar questions