?? 1-10.html
字號:
<html>
<head>
<title>樣式優(yōu)先級問題</title>
<style type="text/css">
<!--
@import url(2.css);
h3{
background-color:#000000;
color:#FF0000;
}
-->
</style>
<link href="3.css" type="text/css" rel="stylesheet">
</head>
<body>
<h3 style="text-decoration:underline;">CSS標題測試</h3>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -