Computer Science, asked by 33908291nelu, 3 months ago

empty tag are used in pairs
TRUE OR FALSE​

Answers

Answered by santhoshiadupayalu
1

Answer:

true

because it will use in empty tag

Answered by sreyasinharkl
2

hello

True.

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)

I hope my answer helps you....

Følløw me

Similar questions