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 lang="en-US"> <body> <h2>Titres de lien</h2> <p>L'attribut title spécifie des informations supplémentaires sur un élément. Les informations sont le plus souvent affichées sous forme de texte d'info-bulle lorsque la souris passe sur l'élément.</p> <a href="index.html" title="Go to W3Schools HTML section">Visitez notre tutoriel HTML</a> </body> </html>