摘要:
<!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
砚台是黑的
阅读(190)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!--位置一:这里也可以写js--> <script type="text/javascript"> //弹出一个对话框 ,警告的作用 alert是警告的意思 阅读全文
posted @ 2020-03-28 22:18
砚台是黑的
阅读(136)
评论(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
砚台是黑的
阅读(114)
评论(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
砚台是黑的
阅读(116)
评论(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
砚台是黑的
阅读(147)
评论(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
砚台是黑的
阅读(81)
评论(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
砚台是黑的
阅读(98)
评论(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
砚台是黑的
阅读(123)
评论(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
砚台是黑的
阅读(208)
评论(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
砚台是黑的
阅读(119)
评论(0)
推荐(0)