基本上就是下面这个。当我在我的 android 手机 (v4.1) 上浏览它时,它的宽度很大,阅读起来非常烦人,因为我必须左右滚动。字体也很小。手机的分辨率为720x1280。我使用的是默认浏览器。在 Firefox 上它读起来很好(没有滚动)。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Test</title>
</head>
<body>
<p>lots of Lorem ipsum dolor sit amet</p>
</body>
</html>