2019年3月13日
摘要: a{ text-decoration: none;}#body{ width: 1600px; height:900px; margin: auto;}.head1{ width: 1600px; height: 60px; background:#A60000;}.head1 #c1 a{ fon 阅读全文
posted @ 2019-03-13 08:23 ~王~ 阅读(101) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script> function init(){ setInterval('a()',2000); } var i=2; function a(){ i++; d 阅读全文
posted @ 2019-03-13 08:22 ~王~ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script> function xianshi(id,xian){ document.getElementById(id+"span").innerHTML=" 阅读全文
posted @ 2019-03-13 08:21 ~王~ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><title>网页题目</title></head><body><h1 align="center">阿达<span style="color:red">&lt;sad&gt;</span></h1>< 阅读全文
posted @ 2019-03-13 08:20 ~王~ 阅读(189) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> //增删改查 var arr=["张无忌","白起","王","灭绝师 阅读全文
posted @ 2019-03-13 08:19 ~王~ 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <!--<script> function ji(){ var sum=0; for(var i=1;i<100;i=i+2){ 阅读全文
posted @ 2019-03-13 08:18 ~王~ 阅读(89) 评论(0) 推荐(0) 编辑
摘要: <!--内部--><script>console.log("你好")/控制台输出/document.write("温度而知新")/*页面输出*/window.alert(“你好”)/弹出框/prompt("请输入你的名字",sasd)收集用户信息</script><!--外部--><script s 阅读全文
posted @ 2019-03-13 08:17 ~王~ 阅读(152) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> #a0{ width: 400px; height: 800px; margin: auto; } a{ text-decoration: none 阅读全文
posted @ 2019-03-13 08:16 ~王~ 阅读(57) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style> body{ margin: 0px; } #a1{ width: 1903px; height: 100px; background: #F7F 阅读全文
posted @ 2019-03-13 08:16 ~王~ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> .a1{ width: 500px; height: 200px; border: 1px solid coral; } #a1-1{ width: 阅读全文
posted @ 2019-03-13 08:15 ~王~ 阅读(56) 评论(0) 推荐(0) 编辑