开发的个人使用总结.docVIP

  • 3
  • 0
  • 约 27页
  • 2016-11-29 发布于北京
  • 举报
让网页的宽度自适应屏幕meta name=viewport content=width=device-width/ 1)html上加入meta name=viewport content= initial-scale=1.0,user-scalable=no / 发确保网页的效果 2) 加上以下语句可使网页在苹果设备上运行更好 meta name=apple-mobile-web-app-capable content=yes / meta name=apple-mobile-web-app-status-bar-style content=black / meta content=black name=apple-mobile-web-app-status-bar-style / 3)加入这句话可以定义iphone的添加到主屏幕的图标 link rel=apple-touch-icon href=/images/logo.png / 网页打开方式:a href=# target=_blank链接/a target的值:_self(相同窗口,浏览器默认)、_top(整页窗口)和_parent(父窗口)相同、_blank(在新建的窗口打开) headbase target=_blank /hea

文档评论(0)

1亿VIP精品文档

相关文档