摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> /*制作三角形*/ #one{ width: 0px; height: 0px; border-top: 100 阅读全文
posted @ 2018-03-30 21:53 董呀么董 阅读(310) 评论(0) 推荐(2) 编辑
摘要: 第一种: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <marquee direction="right" style="color: royalblue;">随便看看</mar 阅读全文
posted @ 2018-03-29 21:09 董呀么董 阅读(712) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ font-family: "微软雅黑"; } #a{ /*div宽度*/ width: 600px; /*di 阅读全文
posted @ 2018-03-29 21:03 董呀么董 阅读(348) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*标签名查找,名称相同,格式相同*/ span{ color: coral; } /*id名查找,名称不可重复*/ 阅读全文
posted @ 2018-03-29 20:59 董呀么董 阅读(470) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*固定在页面某一位置*/ #a{ width: 20px; height: 20px; background-co 阅读全文
posted @ 2018-03-29 20:57 董呀么董 阅读(402) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <b>加粗</b> <u>下划线</u> <i>倾斜</i> <p>一个段落</p> <a name="here">回到此处</a> <ol typ 阅读全文
posted @ 2018-03-28 20:48 董呀么董 阅读(298) 评论(0) 推荐(0) 编辑