1.

Which element of HTML does not have an off tag?

Answer»
is an empty element without a CLOSING TAG(the
 tag defines a line BREAK). Emptyelements can be "CLOSED" in the opening taglike this:
. HTML5 does not require empty elements to be closed................:)


Discussion

No Comment Found