01 2020 档案
摘要:css重新学习 1.css的语法自行百度没什么可以说的。 2.css的选择器 (1)类选择器 :class用法是,.h1{color:red} (2)id选择器 :id用法是,#h1{height:300px} (3)符合选择器 : 用法是 .h1 img{height:400px; width:3
阅读全文
摘要:html的标签以及常用的属性 1.段落标签 :<p> <br> 2.文字标签:font-size <h1><font face = "verdana">666666</font></h1> <p><font size = "5" face = "arial" color = "red">897897
阅读全文