摘要: 第一种: <!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) 编辑