Input
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<input type="text" name="" placeholder="Name" id="firstname" value="Computer">
Text <input type="text"><br>
Date <input type="date"><br>
datetime-local <input type="datetime-local"><br>
submit <input type="submit"><br>
</body>
</html>
Comments
Post a Comment