HTML页⾯模板代码
作者声明:本博客中所写的⽂章,都是博主⾃学过程的笔记,参考了很多的学习资料,学习资料和笔记会注明出处,所有的内容都以交流学习为主。有不正确的地⽅,欢迎批评
指正
HTML页⾯模板代码
常⽤的页⾯模板
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="bookmark" href="/favicon.ico" type="image/x-icon"/>
<!-- 设置缓存 -->
<!-- 设定⽹页的到期时间  -->
<meta http-equiv="Expires" content="-1">
<!-- 清除缓存(再访问这个⽹站要重新下载!) -->
<meta http-equiv="Cache-Control" content="no-cache">
<!-- 禁⽌浏览器从本地机的缓存中调阅页⾯内容,访问者将⽆法脱机浏览 -->
<meta http-equiv="Pragma" content="no-cache">
<!-- author⽤于定义⽹页作者 -->
<meta name="author" content="aicoder">
javascript文件扩展名<!-- 就是当点击⽹页添加⾄主屏幕功能时,会在主屏幕上⽣成⼀个图标。点击该图标会进⼊webapp功能。就是模拟本地应⽤的模式来浏览web页⾯。 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- 当启动webapp功能时,显⽰⼿机信号、时间、电池的顶部导航栏的颜⾊。默认值为default(⽩⾊),可以定为black(⿊⾊)和black-translucent(灰⾊半透明)。这个主要是根据实际的页⾯设计的主体⾊为搭配来进⾏设置。<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- 添加到主屏幕后,app全屏显⽰ -->
联通系统架构师简<meta content="yes" name="apple-touch-fullscreen"/>
<!-- 默认设备会⾃动识别任何可能是电话和邮箱的字符串。设置telephone=no可以禁⽤这项功能。 -->
<meta content="telephone=no,email=no" name="format-detection"/>上海php培训多少钱
<!-- UC浏览器私有 -->
<!-- 全屏模式 -->
<meta name="full-screen" content="yes">
<!-- 应⽤模式 -->
<meta name="browsermode" content="application">
<!-- QQ浏览器私有 -->
<!-- 全屏模式 -->
<meta name="x5-fullscreen" content="true">
grep 的或<!-- 应⽤模式 -->
<meta name="x5-page-mode" content="app">
<meta name="App-Config" content="fullscreen=yes,useHistoryState=yes,transition=yes"/>
<!-- iOS下页⾯启动加载时显⽰的画⾯图⽚,避免加载时的⽩屏。 -->
<!-- <link rel="apple-touch-startup-image" href="start.png" /> -->
<!-- 苹果为iOS设备配备了apple-touch-icon私有属性,添加该属性,在iPhone,iPad,iTouch的safari浏览器上可以使⽤添加到主屏按钮将⽹站添加到主屏幕上,⽅便⽤户以后访问。 -->
<!-- <link rel="apple-touch-icon" href="/custom_icon.png" /> -->
fseek invalid<!-- 系统会⾃动为apple-touch-icon图标添加圆⾓及⾼光。如果不想系统对图标添加效果,可以⽤apple-touch-icon-precomposed代替apple-touch-icon, -->
<!-- <link href="//gw.alicdn/tps/i2/TB1nmqyFFXXXXcQbFXXE5jB3XXX-114-114.png" rel="apple-touch-icon-precomposed"> -->
<link rel="stylesheet" href="./lib/swiper/css/swiper.min.css">
<link rel="stylesheet" href="./font/font-shop/iconfont.css">
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/index.css">
<script src="./js/rem.js"></script>
<title>优选⽹</title>
</head>
<body>html个人网页完整代码怎么看
</body>
</html>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。