Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h1>Afficher un contrôle de date et d'heure</h1> <form action="https://www.w3schools.com/action_page.php"> <label for="birthdaytime">Anniversaire (date et heure) :</label> <input type="datetime-local" id="birthdaytime" name="birthdaytime"> <input type="submit"> </form> </body> </html>