摘要:
方式一:每个标签加一个属性法 <div style="background-color:red;color:green;"></div> 方式二:head中加style标签(不好,需要修改html文件) <style type="text/css"> div{ background-color:re 阅读全文
摘要:
字体标签 <font size="1~7" color="red|#ff0000"></font> 标题标签<h1></h1>到<h6></h6> 水平线标签 <hr size="1~7" color="green|#00ff00" /> 换行标签 <br/> 特殊字符 : < 表示 < &g 阅读全文