Jump to content

Yazidove

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Yazidove

  1. Can any one tell me that what is XML parsers.

    I read it from here:

    Empty HTML Elements

    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).

    Empty elements can be "closed" in the opening tag like this: <br />.

    HTML5 does not require empty elements to be closed. But if you want stricter validation, or you need to make your document readable by XML parsers, you should close all HTML elements.

    Thank You

×
×
  • Create New...