摘要:
css是层叠样式表(Cascading Style Sheets) html专注于结构,css则专注于样式 例子: <head> <style> p{/*标签选择器*/ color: red; font-size: 12px; } div{ color: green; } </style> </he 阅读全文
posted @ 2021-04-26 10:46
naturesx
阅读(116)
评论(0)
推荐(0)
浙公网安备 33010602011771号