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> <head> <style> a { text-decoration: none; } </style> </head> <body> <h1>Utiliser text-decoration: none</h1> <p>Un lien sans soulignement :<a href="https://www.w3schools.com/">W3Schools.com</a></p> </body> </html>