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 a href</h1> <p>Une URL absolue :<a href="https://www.w3schools.com/">W3Schools</a></p> <p>Une URL relative :<a href="tag_a.html">L'élément a</a></p> </body> </html>