Quel est le doctype le plus conseillé pour un site Web optimisé pour les smartphones?
et quelles sont les différences principales entre eux.Prérequis HTML pour le développement de sites Web mobiles?
XHTML Mobile Profile 1,0
<!DOCTYPE html PUBLIC
"-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
ou XHTML Mobile Profile 1,1
<!DOCTYPE html PUBLIC
"-//WAPFORUM//DTD XHTML Mobile 1.1//EN"
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd">
ou XHTML Mobile Profile 1,2
<!DOCTYPE html PUBLIC
"-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">