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> <form action="https://www.w3schools.com/action_page.php"> <label for="username">Nom d'utilisateur:</label> <input type="text" id="username" name="username"><br> <input type="submit" value="Submit"> </form> </body> </html>