Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder 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 champ de plage</h1> <form action="https://www.w3schools.com/action_page.php"> <label for="vol">Volume (entre 0 et 50) :</label> <input type="range" id="vol" name="vol" min="0" max="50"> <input type="submit"> </form> </body> </html>