Computer Science, asked by anr4u97, 1 year ago

.Is this an empty element

Answers

Answered by Sidyandex
0

An empty element in HTML are elements that require no closing brackets.

Usually, most of the HTML elements start with a start tag and also ends with a tag. Suppose, <p>My first paragraph.</p> .

But <br> element which indicates a break n line doesn’t require any closing tag and hence is an empty element.

Answered by Anonymous
0

Answer:

Empty Elements only has a single tag that performs a general operation. They do not work on blocks of texts.

Examples of Empty Tags are <br>, &nbsp, etc.

Similar questions