<html>
<head>
<style>
body {
background_color:green;
}
p {
color:red;
}
</style>
</head>
<body>
<p>date-time picker</p>
<form action="action-page.php">
select a time:
<input type="time" name="usr_time">
<input type="submit" color="blue">
</form>
</body>
</html>
You can open codes with vs code or notepad.
No comments:
Post a Comment