htmlcss



The HTML <xml></xml> element indicates that the content is XML markup embedded within an HTML document. Content of this element should obey all the rules for legal XML syntax.

Attributes

Global Attributes

See Global HTML Attributes.


Example:

<xml id="myid">
<idcard>
   <name gender="male">SSgtGriffin</name>
   <email address="ssgtgriffin@example.com" />
</idcard>
</xml>