<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>枠線の色を使って飾りを付ける</title>
<style type="text/css">
<!--
body { background-color: #400; color: white; }
h1 { border-style: solid; border-width: 16px;
border-color: #FFC #400;
background-color: #FFC; color: #400;
padding-left: 1em;
font: bold 1.5em "Comic Sans MS"; }
-->
</style>
</head>
<body>
<h1 lang="en">What's this ?</h1>
</body>
</html>