实例

x
 
<!DOCTYPE html>
<html>
<head>
<style>
/* 默认的 CSS 值 */
body {
  display: block;
  margin: 8px;
}
body:focus {
  outline: none;
}
</style>
</head>
<body>
文档的内容 ......
<p>请更改默认的 CSS 设置来查看效果。</p>
</body>
</html>
                    

输出结果