实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p style="font:caption">The browser font used in captioned controls.</p>
6
<p style="font:icon">The browser font used in icon labels.</p>
7
<p style="font:menu">The browser font used in dropdown menus.</p>
8
<p style="font:message-box">The browser font used in dialog boxes.</p>
9
<p style="font:small-caption">A smaller version of the caption font.</p>
10
<p style="font:status-bar">The browser font used in the status bar.</p>
11
<p><b>Note:</b> The result of the font keywords is browser dependant.</p>
12
</body>
13
</html>
14