首頁 > 問答 > 主體
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>css中常見選擇器</title>
# <style type="text/css">
/*元素選擇器*/
/**{紅色;}*/
p{text-align: center;}
/*類別選擇器*/
.c1{color: red; }
/*ID選擇*/
/*#one{color: blue; font-size: 60px;}*%2
ringa_lee2019-07-05 23:37:37
你寫錯了,calss。 。 。
是class
已經發現了。謝謝大佬回答。
恩恩
首頁
課程
問答
我的