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> <h2>URLs absolues</h2> <p><a href="https://www.w3.org/" target="_blank">W3C</a></p> <p><a href="https://www.google.com/" target="_blank">Google</a></p> <h2>URLs relatives</h2> <p><a href="html_images.html">Images HTML</a></p> <p><a href="https://www.w3schools.com/css/default.asp">Tutoriel CSS</a></p> </body> </html>