Content deleted Content added
ÐineshBhattarai |
m Reverted edits by 36.253.254.167 (talk) to last version by Yobot |
||
Line 12:
|accessdate=2010-05-06}}</ref>
== DOCTYPE ==
To validate as XHTML-MP, a document must contain a proper [[Document Type Declaration]],<ref>{{Cite web|title = Example Domain|url = http://example.com/|website = example.com|accessdate = 2015-09-21}}</ref> or DOCTYPE, depending on the version of specification followed
<source lang="xml">
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.1//EN"
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd">
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
</source>
Note that a series of revisions have been issued to correct technical errors in the above DTDs, and the DTD format is more complex and less widely supported than that of standard HTML.
== MIME types ==
|