摘要: 1.css的使用方式 1.行内样式(内联样式) <标签 style="属性名1:属性值1;属性名2:属性值2;..."></标签> 2.页面嵌入(内部样式表) 在head标签里面增加一个子标签 <style> 选择器{ 属性名1:属性值1; 属性名2:属性值2; ...... } </style> 阅读全文
posted @ 2019-07-19 09:50 Godfather-twq 阅读(322) 评论(0) 推荐(0) 编辑