摘要: HTML与CSS结合的四种方式: 方式一:每个标签加一个属性: 例如:<div style="background-color:red; color: green"> <div> 方式二:head中加style标签 (不好,需要修改HTML文件) 例如:<style type= text/css> 阅读全文
posted @ 2018-02-03 23:50 Davis16 阅读(622) 评论(0) 推荐(0)