?? 8-8.htm
字號:
<html>
<head>
<title>§8.8 響應鼠標而變化的鏈接</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="#" style="color:navy"
onmouseover="this.style.fontWeight='bold';"
onmouseout="this.style.fontWeight='normal';">我會變粗體啊 </a>
<p>
<a href="#" style="color:navy"
onmouseover="this.style.fontSize='20px';"
onmouseout="this.style.fontSize='12px';">我會變大啊 </a>
<p>
<a href="#" style="color:navy"
onmouseover="this.style.backgroundColor='red';"
onmouseout="this.style.backgroundColor='#FFFFFF';">我會變色啊 </a>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -