What are the basics for creating a web page for a mobile device? I\'m developing a simple page with a table and several links, but when I open it with my Android phone it is
A lot of it depends on your display size. If you're not building the website to fit a specific screen size, it will (many times) default to a standard browser resolution. Try setting your body element's CSS height and width to something appropriate for your Android phone and reloading the page.
Once you have the right size in mind, it's just like building any other website.