<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>ボーダー</title>
<style type="text/css">
<!--
body { background-color: #fff; color: #000 }
#test { border: 3px solid #090 }
-->
</style>
</head>
<body>
<p id="test">
ボーダーをまとめてに設定をしました。
</p>
</body>
</html>