我三種都寫了為啥優先級最高的的是外部式
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>css3中三種引入樣式優先級</title>
? ? <link href="style.css" rel="stylesheet" type="text/css">
? ? <style type="text/css">
? ? sapn{color:green;
? ? ? ? ?font-size:25px;
? ? </style>
</head>
<body>
? ? <p>慕課網,<span pstyle="color:red">這里顏色是紅色超酷的互聯網</span>、IT技術免費學習平臺,創新的網絡一站式學習、實踐體驗;服務及時貼心,內容專業、有趣易學。專注服務互聯網工程師快速成為技術高手!</p>
</body>
</html>
2022-04-03
知道了知道了,多打了一個p