THE BASICS
MODIFICATION
Handheld style sheets can be used for mobile devices to make a web more user-friendly. "This method requires the addition of as little as one additional style sheet to a properly coded site, and only one web address is needed."1
By using the attribute media="handheld" in your style sheet link withing the document head, to access a mobile-friendly stylesheet on certain devices. However, the support for this element is hit-or-miss and if it misses, the device will show the wrong version of your site.
1 Moll, Cameron, "Mobile Web Design," http://www.mobilewebbook.com.

