Input
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
text <input type="text" value="Sabir" name="name" id="name" placeholder="Please Enter Name" >
<br>
ra
<br>
<input type="checkbox">
<br>
<input type="color">
<br>
<input type="button" value="Submit">
<br>
<input type="submit">
<br>
<input type="file" >
<br>
Hidden
<input type="hidden">
<br>
<input type="number">
<br>
<input type="password">
<br>
<input type="email">
<br>
<input type="date">
<br>
<input type="time">
<br>
s
image
<input type="image">
<br>
<input type="month">
<br>
<input type="reset">
<br>
<input type="range" >
</body>
</html>
Comments
Post a Comment