Auto AdSense

Tuesday, 26 May 2015

Draw a border around form-data - HTML programs

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

Output



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

No comments:

Post a Comment