css样式的3种方式:

第一种: <head> <meta charset="UTF-8"> <title>Title</title> <style> .c1{ background-color: brown; } </style> <body> <div class="c1">class选择器使用</div> 第二种
相关文章
相关标签/搜索