Computer Science, asked by SonaliMajhi, 1 year ago

Which element of HTML does not have an off tag?

Answers

Answered by saumya871
2
<br> is an empty element without a closing tag(the <br> tag defines a line break). Emptyelements can be "closed" in the opening taglike this: <br />. HTML5 does not require empty elements to be closed................:)
Similar questions