Computer Science, asked by davinasherin6, 2 months ago

Which of these has no end tag?

a.<head>

b.<body>

c.<BR>​

Answers

Answered by kapoorsania98
2

Answer:

c.<BR>

Explanation:

These elements are forbidden from containing any content at all. In HTML, these elements have a start tag only. The self-closing tag syntax may be used. The end tag must be omitted because the element is automatically closed by the parser.

Just <br> or <br /> . However, the difference is the position, and is universal for all XML tags. <TAG_NAME> indicates the beginning of a tag, and </TAG_NAME> indicates the end of a tag. When a tag is used with nothing between it, then a self-closing, or null tag can be used, which combines the beginning and end.

In HTML, the <br> tag is used for line break. It is an empty tag i.e. no need to add an end tag. Writing <br> tag is perfectly fine.

Answered by jevan13
1

Answer:

hi di

guess who I am ? ???????????????????

Similar questions