<html>
<body>
<TABLE border="1" align="CENTER" spacing=5>
<tr>
<th>name </th>
<th>age</th>
</tr>
<tr>
<td align="center">Suraj</td>
<td>18</td>
</tr>
<tr>
<td align="center">Shan</td>
<td>19</td>
</tr>
</table>
<form>
First Name :<input type="text" value="YOUR LAST NAME" maxlength=5 size=50></br>
Last Name :<input type="text">
<br>
<input type="radio" checked>male </br>
<input type="radio">female </br>
Password:<input type="password"><input type="SUBMIT" value="SUBMIT"></br>
<input type="BUTTON"value="OK"><br>
<select>
<option>APPLE</option>
<option>SAMSUNG</option>
<option>LG</option>
<option>REDMI</option>
<option>NOKIA</option>
</select>
<br>
<br>
Select Color :<input type="color">
Birthday : <input type="Date">
Time : <input type="Time"><br>
<br>
DETAILS<br>
<textarea rows=5 cols=50> ENTER YOUR DETAILS HERE</textarea>
<br><br>
<input type="file" accept="image/*" ><br>
</form>
<hr>
</body>
</html>
#Html
TABLE - FORM - INPUTS - BUTTONS - TEXT AREAS - FILE INPUT
#_ALL_IN_ONE_LEARNING 🇱🇰
<body>
<TABLE border="1" align="CENTER" spacing=5>
<tr>
<th>name </th>
<th>age</th>
</tr>
<tr>
<td align="center">Suraj</td>
<td>18</td>
</tr>
<tr>
<td align="center">Shan</td>
<td>19</td>
</tr>
</table>
<form>
First Name :<input type="text" value="YOUR LAST NAME" maxlength=5 size=50></br>
Last Name :<input type="text">
<br>
<input type="radio" checked>male </br>
<input type="radio">female </br>
Password:<input type="password"><input type="SUBMIT" value="SUBMIT"></br>
<input type="BUTTON"value="OK"><br>
<select>
<option>APPLE</option>
<option>SAMSUNG</option>
<option>LG</option>
<option>REDMI</option>
<option>NOKIA</option>
</select>
<br>
<br>
Select Color :<input type="color">
Birthday : <input type="Date">
Time : <input type="Time"><br>
<br>
DETAILS<br>
<textarea rows=5 cols=50> ENTER YOUR DETAILS HERE</textarea>
<br><br>
<input type="file" accept="image/*" ><br>
</form>
<hr>
</body>
</html>
#Html
TABLE - FORM - INPUTS - BUTTONS - TEXT AREAS - FILE INPUT
#_ALL_IN_ONE_LEARNING 🇱🇰