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> .spelling-error { text-decoration-line: souligner; text-decoration-style: ondulé; text-decoration-color: red; } </style> </head> <body> <h1>L'élément u + CSS</h1> <p>Ceci est un peu<u class="spelling-error">mal orthographié</u>texte.</p> </body> </html>