Fork me on GitHub

02 2019 档案

摘要:1.CSS样式表分类 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> /*type类型,css为本*/ div { color 阅读全文
posted @ 2019-02-21 17:19 replaceroot 阅读(198) 评论(0) 推荐(0)
摘要:1.CSS字体设置 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> h4 { font: italic bold 14px "微软雅黑"; /*italic为 阅读全文
posted @ 2019-02-21 16:08 replaceroot 阅读(215) 评论(0) 推荐(0)
摘要:1.常用标签 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <h3>友情链接:</h3> <a href="http://www.baidu. 阅读全文
posted @ 2019-02-21 15:16 replaceroot 阅读(366) 评论(0) 推荐(0)
摘要:1.CSS的层叠性 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> div { color: skyblue; font-size: 12px; } div 阅读全文
posted @ 2019-02-21 14:04 replaceroot 阅读(134) 评论(0) 推荐(0)