摘要:
<script type="text/javascript"> //:启动JS脚本 script为全局属性 $(function () {//:这是jquery里的,是当文档载入完毕就执行的意思. document.onkeydown = function (e) { //:按下回车后提交 var 阅读全文
posted @ 2020-06-18 14:18
小萌喵
阅读(22)
评论(0)
推荐(0)
摘要:
<meta http-equiv="X-UA-Compatible" content="IE=7" /> 无论页面是否包含 <!DOCTYPE> 指令,均使用 Windows Internet Explorer 7 的标准渲染模式 <link href="css/index.css" rel="st 阅读全文
posted @ 2020-06-18 11:51
小萌喵
阅读(57)
评论(0)
推荐(0)
摘要:
1:文件类型 <HTML></HTML> (放在档案的开头与结尾) 2:文件主题 <TITLE></TITLE> (必须放在「文头」区块内) 3:文头 <HEAD></HEAD> (描述性资料,像是「主题」) 4:文体 <BODY></BODY> (文件本体) 第一句:HTML语句定义 <meta 阅读全文
posted @ 2020-06-18 11:48
小萌喵
阅读(45)
评论(0)
推荐(0)