Computer Science, asked by anshbhasin, 9 months ago

what kind of tags are BR and HR empty tag , full tag or container tag​

Answers

Answered by srikant053
4

Answer:

empty tag.........,...,,.

....

Answered by bhainapranitsp3610
3

Answer:

BR and HR are examples of empty tags.

Explanation:

Container tags require a starting as well as an ending tag. Empty tags require just a starting tag and not an ending tag. <HTML>and </HTML>, <TITLE> and </TITLE> are examples of container tags. <BR>, <HR> are examples of empty tags.

Similar questions