上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /* outline:轮廓标签 和使用边框一样 需要注意这个只能使用在ie8以上的浏览器 * */ p{ outl 阅读全文
posted @ 2020-03-28 15:12 砚台是黑的 阅读(143) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!-- form:表单提交 action:提交动作,提交到哪个地方,一般是服务器地址,域名即可,或者ip地址 method:提交方 阅读全文
posted @ 2020-03-28 15:10 砚台是黑的 阅读(247) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /* textarea:一般情况下不允许调整大小 * */ textarea{ /*resize:调整大小, no 阅读全文
posted @ 2020-03-28 15:07 砚台是黑的 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width: 1000px; height: 50px; background: pink; /*文本居 阅读全文
posted @ 2020-03-28 15:05 砚台是黑的 阅读(160) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> ul{ /* * 设置列表样式:设置为空 list-style: none; 去掉无序列表默认的小圆点 ul表示无 阅读全文
posted @ 2020-03-28 15:03 砚台是黑的 阅读(101) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> span{ color: red; } </style> </head> <body> <!-- span:也是一 阅读全文
posted @ 2020-03-28 15:01 砚台是黑的 阅读(121) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!-- ./这个是相对路径一般是这样,但是可以省略 不写 如下这种即可 --> <img src="img/zyq.jpg" ti 阅读全文
posted @ 2020-03-28 14:59 砚台是黑的 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .today{ width: 285px; height: 310px; border-top: 1px soli 阅读全文
posted @ 2020-03-28 14:56 砚台是黑的 阅读(150) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> p{ color: red; /* * font-family: "微软雅黑"; 字体样式 */ font-fam 阅读全文
posted @ 2020-03-28 14:52 砚台是黑的 阅读(131) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .div1{ width: 300px; height: 300px; border:1px solid red; 阅读全文
posted @ 2020-03-28 14:50 砚台是黑的 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页