Explain the XHTML syntax rules - XML

Explain the XHTML syntax rules.

Some Syntax rules that need to be followed with XHTML are:

1. The attribute names must be in lower case, their values must be in quotes and their minimization is done away from usage.

2. The 'name' attribute has been replaced by the ‘id’ attribute. The XHTML DTD defines mandatory elements.

3. Must write a <!DOCTYPE> declaration at the start of the XHTML document.

4. All the tags close properly.
XMLHttpRequest Object Properties - XML
The ‘onreadystatechange’ property fires at every state change event. The ‘readyState’ property is an object status integer......
XMLHttpRequest Object Methods - XML
The abort() is used to stop the current request. The getAllResponseHeaders() method is used to return the full set of headers as a string.......
What is RSS? Explain the purpose RSS? - RSS
RSS is a web based format that is used to display content that is frequently updated. News, weather reports, blogs etc are examples of such content........
Post your comment