<!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">
<!--
input, textarea { color: red; background-color: #FFC; }
-->
</style>
</head>
<body>
<form action="tips014-3.html">
<p>
お名前:<input type="text" size="20"><br>
ご感想:<br><textarea rows="3" cols="40"></textarea><br>
<input type="submit" value="送信">
</p>
</form>
</body>
</html>