It430 HTML

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Assignment No.

01 Semester Fall 2022

IT430: E-Commerce MC220201489

<html>

<head>

<title>bc123456></title>

</head>

<body>

<h1>Employee Interest Form</h1>

<table>

<tr>

<td>Enter Your Name:</td>

<td>

<input type = "text"></td>

<tr>

<td>Enter Your Department:</td>

<td><input type = "text"></td>

</tr>

<tr>

<td>Enter Your Designation:</td>

<td><input type = "text"></td>

</tr>

<tr>

<td>

Select Your Gender: </td>


Assignment No. 01 Semester Fall 2022

IT430: E-Commerce MC220201489

<td><input type = "radio" name="gender">Male <br>

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

</tr>

<tr>

<td>

Date of Birth:</td>

<td><input type="date"></td>

<tr>

<td>

Select your Hobbies:</td>

<td>

<input type="checkbox"> Sports <br>

<input type="checkbox"> Reading Books <br>

<input type="checkbox"> Traveling <br>

<input type="checkbox"> Music <br>

<?td>

</td>

<tr>

<td>

<select>

<option>Punjab </option>

<option>Sindh </option>

<option>Balochistan </option>

<option>KPK </option>

<option>Gilgit Baltistan</option>
Assignment No. 01 Semester Fall 2022

IT430: E-Commerce MC220201489

</select>

</td>

</tr>

<tr>

<td>

<form>

<input type="submit" value="Submit">

</tr></td></form>

</table>

</body>

</html>

You might also like