So I am creating my first webpage catered to mobile browsers. What are some things to consider?
How do I get the resolution right for different devices (Bla
There are a ton of good practices to follow. Here are a few:
width
flexible (100% or close to it) so that it expands to fill the screen Do not make people horizontally scroll the page.css
, add extra line-height
for easier reading.css
, add extra letter-spacing
between numbers in phone numbers, for easier reading.a hrefs
so that it is easier to click/touch a link.HTML5 form types
so that modern browsers will use the appropriate keyboards... http://diveintohtml5.ep.io/forms.html