Computer Science, asked by fsuhaib, 1 year ago

Explain container tags and name any two container tags

Answers

Answered by siddhartharao77
14
HTML container elements require a starting and closing tags.

Examples of the container tags are

1.<head></head>

2. <body></body>

3. <title></title>

The forward slash(/) tells the browser that the tag has ender.

The opposite of container tag is empty tag.it doesn't require a closing tag.

Ex: <br>.


Hope this helps!
Answered by malihajakirshekh
4

Answer:

head head/

containers

Similar questions