I was experimenting for writing webpages for mobile sites. I was looking for some guideline and resources.I will try to document what I found.
First what found is for mobile doctype should be used for mobile site.
Two options found
<!DOCTYPE html PUBLIC “-//WAPFORUM//DTD XHTML Mobile 1.0//EN”
“http://www.openmobilealliance.org/tech/DTD/xhtml-mobile10.dtd”>
or
<!DOCTYPE html PUBLIC “-//WAPFORUM//DTD XHTML Mobile 1.2//EN”
“http://www.openmobilealliance.org/tech/DTD/xhtml-mobile10.dtd”>
No they are almost similar except [...]