Computer Science, asked by tanujgarg0500, 10 days ago

Which of the following tag does not require a closing tag

Answers

Answered by surajnegi0600
0

Complete question

Which of the following tag does not require a closing tag.

A. BR

B. HEAD

C. BODY

D. P

Answer:

The tag that does not require a closing tag is (A) BR.

Explanation:

The BR tag is a line break element in HTML. It is used to insert a line break or a blank line in the web page. Unlike other tags like the BODY, HEAD, and P tags, the BR tag does not require a closing tag. This is because it does not contain any content and it does not wrap any text or elements. The closing tag is not necessary because the BR tag only denotes a line break and does not need to enclose any text or elements. Other tags like BODY, HEAD, and P are container tags, they are used to hold other elements and content and they require a closing tag to denote the end of the container.

More questions and answers

https://brainly.in/question/39237212

https://brainly.in/question/39237085

#SPJ1

Similar questions