Tuesday 17 July 2012

How to Draw a border around form-data using html


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

Result is:


Personal information: Name:
E-mail:
Date of birth:

0 Responses to “How to Draw a border around form-data using html”

Post a Comment