Computer Science, asked by kshitijsoni2004, 4 months ago

An empty HTML element has a _____ tag but no ____tag​

Answers

Answered by anshugang
28

Answer:

HTML elements with no content are called empty elements. <br> is an empty element without a closing tag (the <br> tag defines a line break).

Answered by Raghav1330
1

An empty HTML element has a start tag but no end tag.

  • If an element has no enclosing tag, it is referred to as being empty. The closing tags should not be added to empty elements; this would be invalid syntax. The empty elements have no children nodes. Void or self-closing empty elements aren't technically container tags.
  • The majority of HTML elements have a start tag and an end tag to denote their beginning and ending points.
  • There are several elements that defy this generalisation. Since they are void or empty and cannot contain any content, they just have a start tag. In HTML, they cannot contain an end tag.

#SPJ3

Similar questions