You are on page 1of 2

<!D0CTYPE html> <!

--html5 version-->

<html>

<head>

<title>QUERY FORMS</title>

<form>

<fieldset>

<legend>PERSONAL DETAILS</legend>

<h1>PERSONAL DETAILS</h1>

<table>

<tr>

<td><lable>Name:</lable></td>

<td><input type="text" name required minlength="5"><td></tr>

<tr><td><lable>Mobile:</lable></td>

<td><input type="number" name="mbl" required></td></tr>

<tr><td><lable>password:</lable></td>

<td><input type="password" name="pwd"></td></tr>

<tr><td><lable>DOB:</lable></td>

<td><input type="data" name="dob"></td></tr>

<tr><td><lable>Gender:</lable></td>

<td><input type="radio" name="gender"><lable>Female:</lable>

<input type="radio" name="gender"><lable>Male</lable><input type="radio"


name="gender">

<lable>Others</lable></td></tr>

<tr><td><lable>Select Country:</lable></td>

<td><select>

<option value="india">India</option>

<option value="USA">USA</option>

<option value="China">China</option>

</select>

</td>
</tr>

<tr><td><lable>upload</lable></td>

<td><input type="file" name="pic"></td></tr>

<tr><td><lable>Comments</lable></td></tr>

<tr><td><textarea rows="4" cols="40"></textarea></td></tr>

</table>

<button>Submit</button>

<button>Reset</button>

</fieldset>

</form>

<head>

<meta name="description" content="This file contains info abt web dev">

<meta name="keywords" content="html,css,js,bs,java,python">

<meta name="robots" contents="noindex">

<meta http-equiv="author" content="suji">

<meta http-equiv="progma" content="no-cache">

<meta http-equiv="refresh" content="2;https://www.codebuilders.in/index.html


height="300" width="500">

</head>

You might also like