android - HTML prerequisites for mobile website developpement? -


what advised doctype website optimised smartphones?
, principal diferences between them.

xhtml mobile profile 1.0

<!doctype html public   "-//wapforum//dtd xhtml mobile 1.0//en"   "http://www.wapforum.org/dtd/xhtml-mobile10.dtd"> 

or xhtml mobile profile 1.1

<!doctype html public   "-//wapforum//dtd xhtml mobile 1.1//en"   "http://www.openmobilealliance.org/tech/dtd/xhtml-mobile11.dtd"> 

or xhtml mobile profile 1.2

<!doctype html public   "-//wapforum//dtd xhtml mobile 1.2//en"   "http://www.openmobilealliance.org/tech/dtd/xhtml-mobile12.dtd"> 

when think of smartphones think of ones have listed in tags, iphone , android.

since these 2 listed suggest <!doctype> html5.

webkit optimized html5 , html renderer android , ios devices.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -