Mobile HTML pages basics

后端 未结 3 1623
攒了一身酷
攒了一身酷 2020-12-16 02:56

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

3条回答
  •  遥遥无期
    2020-12-16 03:24

    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.

提交回复
热议问题