上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!--引用外部的js代码--> <script type="text/javascript" src="js/demo.js"> </script> </hea 阅读全文
posted @ 2020-03-28 22:21 砚台是黑的 阅读(185) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!--位置一:这里也可以写js--> <script type="text/javascript"> //弹出一个对话框 ,警告的作用 alert是警告的意思 阅读全文
posted @ 2020-03-28 22:18 砚台是黑的 阅读(129) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .div1{ width: 300px; height: 300px; background: pink; /* 阅读全文
posted @ 2020-03-28 22:14 砚台是黑的 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*设置整个背景颜色为淡蓝色*/ body{ background: #00ccff; } .reg{ width 阅读全文
posted @ 2020-03-28 22:12 砚台是黑的 阅读(109) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> table{ width: 650px; height: 250px; border: 1px solid #DD 阅读全文
posted @ 2020-03-28 22:08 砚台是黑的 阅读(144) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> </html> <!-- ps取色 Mark Man 测出来是单数,建议写成双数,方便以后计算 css颜色表示: 英 阅读全文
posted @ 2020-03-28 22:05 砚台是黑的 阅读(77) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> h1{ color: blue; } #1{ color: red; } </style> </head> <bo 阅读全文
posted @ 2020-03-28 22:04 砚台是黑的 阅读(96) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> span{ /* * 固定定位 position: fixed; * */ position: fixed; wi 阅读全文
posted @ 2020-03-28 22:03 砚台是黑的 阅读(118) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width: 590px; height: 470px; border: 4px solid green 阅读全文
posted @ 2020-03-28 22:01 砚台是黑的 阅读(205) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> span{ width: 300px; height: 300px; background: pink; /*绝对 阅读全文
posted @ 2020-03-28 22:00 砚台是黑的 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页