LABEL
Contoh:
<html>
<head>
<title>Penggunaan List Form</title>
</head>
<body>
<form action=" " method="post">
<p>
<label for=”nama_d”>nama depan:</label>
<input type=”text” id=”nama_d”><br>
<label for=”nama_b”>nama belakang:</label>
<input type=”text” id=”nama_b”><br>
<label for=”email”>e-mail:</label>
<input type=”text” id=”email”><br>
<input type=radio name=”sex” value=wanita>wanita<br>
<input type=radio name=”sex” value=pria>pria<br>
<input type=submit value=send><input type=reset>
</p>
</form>
</body>
</html>
No comments:
Post a Comment