CLICK HERE

Earning More

Clickz

Sunday, December 5, 2010

Draw A Border Around Form-Data coding

<html>
<body>
<title>Kuldeep Ji</title>

<form action="">
<fieldset>
<legend>Personal information:</legend>
Name: <input type="text" size="30"><br>
E-mail: <input type="text" size="30"><br>
Date of birth: <input type="text" size="10">
</fieldset>
</form>

</body>
</html>

1 comment: