摘要: <head> <style type="text/css"> 选择器{ 对象的属性1:属性值1; 对象的属性2:属性值2; } </style> </head> 例如 更改段落字体 p{ font-size:14px; color:red; } 阅读全文
posted @ 2024-03-20 20:28 catsahsy 阅读(2) 评论(0) 推荐(0) 编辑