bluehost

Tuesday, 13 July 2021

date time picker using HTML

 <!DOCTYPE html>

<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

React vs Angular; Front-End Web Development

Angular and React  are two of the most popular Javascript tools for front-end development. React is a Javascript created by Meta...