I want to make a simple web form where somenone can access from his mobile phone. Is it ok to user plain HTML and css? What doctype should i use? I want it to be accessible from all mobile phones.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It should be fluid lay-out, XHTML 1.0 Transitional is OK. Some phones only understand WAP, some only HTML. You should use HTML, WAP is not used very much and even the iPhone does not support it. Make the files as small as possible (minify them) and use small images. Use simple navigation and take a look at other mobile sites. The best for navigation should be a list (ul).
Some examples are:
Also, make a version special for smartphones/phones with big screens (like Blackberry storm or iPhone). They have more memmory and can handle more images etc… They often come with cheap internet or internet whit a static price (e.g. $10/month for infinite internet (that month)).