5. A container tag is made up of a pair of tags
of tags - a START tag and an END
tag . true or false
Answers
Answered by
3
Answer:
True
Explanation:
Container tags in HTML start with <tag name> and end with </tag name>
For example, The 'p' tag can be used like this:
<p>Hey!</p>
However, there are Empty tags that don't require an END tag, like the 'br' tag:
Hey!<br> (No END tag)
Answered by
1
Answer:
Explanation:
True
Similar questions