?? 2.html
字號:
<html>
<head>
<title>HTML示例</title>
</head>
<body>
<table bgColor="gray" border="5" cellPadding="5" cellSpacing="5">
<tr>
<td align="center" style="background: activeborder;">activeborder</td>
<td align="center" style="background: activecaption; color: captiontext;">activecaption</td>
<td align="center" style="background: appworkspace;">appworkspace</td>
<td align="center" style="background: background;">background</td>
</tr>
<tr>
<td align="center" style="background: buttonface; color: buttontext;">buttonface</td>
<td align="center" style="background: buttonhighlight;">buttonhighlight</td>
<td align="center" style="background: buttonshadow;">buttonshadow</td>
<td align="center" style="background: buttontext; color: buttonface;">buttontext</td>
</tr>
<tr>
<td align="center" style="background: captiontext; color: activecaption;">captiontext</td>
<td align="center" style="background: graytext;">graytext</td>
<td align="center" style="background: highlight; color: highlighttext;">highlight</td>
<td align="center" style="background: highlighttext; color: highlight;">highlighttext</td>
</tr>
<tr>
<td align="center" style="BACKGROUND: inactiveborder;">inactiveborder</td>
<td align="center" style="background: inactivecaption; color: inactivecaptiontext;">inactivecaption</td>
<td align="center" style="background: inactivecaptiontext; color: inactivecaption;">inactivecaptiontext</td>
<td align="center" style="background: infobackground; color: infotext;">infobackground</td>
</tr>
<tr>
<td align="center" style="background: infotext; color: infobackground;">infotext</td>
<td align="center" style="background: menu; color: menutext;">menu</td>
<td align="center" style="background: menutext; color: menu;">menutext</td>
<td align="center" style="background: scrollbar;">scrollbar</td>
</tr>
<tr>
<td align="center" style="background: threeddarkshadow; color: threedlightshadow;">threeddarkshadow</td>
<td align="center" style="background: buttonface;">threedface</td>
<td align="center" style="background: buttonhighlight;">threedhighlight</td>
<td align="center" style="background: threedlightshadow; color: threeddarkshadow;">threedlightshadow</td>
</tr>
<tr>
<td align="center" style="background: buttonshadow;">threedshadow</td>
<td align="center" style="background: window; color: windowtext;">window</td>
<td align="center" style="background: windowframe; color: window;">windowframe</td>
<td align="center" style="background: windowtext; color: window;">windowtext</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -