Computer Science, asked by animesh055, 8 months ago

In the following which tag is the container tag.

<br>
<head>
<hr>
<b>​

Answers

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