Explain the way to close an XHTML element

Explain the way to close an XHTML element.

E

Expert

Verified

Every XHTML element should be closed. To close an XHTML element two ways are here:

• By using a closing tag that is the element name prefixed along with "/" and enclosed within a pair of angle brackets as: "<" and ">".

• Closing that opening tag instantly by placing "/" before end the bracket: ">".

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.