Saturday 11 January 2014

field with border

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

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_legend by HTTrack Website Copier/3.x [XR&CO'2013], Fri, 20 Dec 2013 19:26:23 GMT -->
</html>

No comments:

Post a Comment