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>L'attribut cible a</h1> <p>Ouvrir le lien dans une nouvelle fenêtre ou un nouvel onglet :<a href="https://www.w3schools.com/" target="_blank">Visitez W3Schools!</a></p> </body> </html>