Saturday, 14 September 2013

Fieldset around form-data


Personal information: Name:
E-mail:
Date of birth:
copy the below code for above result.

<!DOCTYPE html>
<html>
<body>

<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>

No comments :

Post a Comment