06.borderプロパティは、設定をまとめて指定します。
ここでは、部品のボーダーに関する設定を紹介します。
適用要素:すべての要素 *CASE:input要素、textarea要素、select要素


※★CSS
input {
	width: 300px;
	height: 15px;
	border: 1px solid #990099;
	font-size: 12px;
}




※★HTML
<p><input type="text" name="name" /></p>