?? 7.html
字號:
<html>
<head>
<title>CSS Demo</title>
<style>
body,table,tr,td { font-family: "Times New Roman", Times;
font-size: 18pt; }
table { border-collapse: collapse; }
</style>
</head>
<body>
<table border="1" cellpadding="5">
<tr>
<th>關鍵字</th><th>效果</th>
</tr>
<tr style="font-weight: normal;">
<td>normal</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: bold;">
<td>bold</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: bolder;">
<td>bolder</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: lighter;">
<td>lighter</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 100;">
<td>100</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 200;">
<td>200</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 300;">
<td>300</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 400;">
<td>400</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 500;">
<td>500</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 600;">
<td>600</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 700;">
<td>700</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 800;">
<td>800</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
<tr style="font-weight: 900;">
<td>900</td><td>The quick brown fox jumps over a lazy dog.</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -