Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder 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 ismap de l'img</h1> <a href="https://www.w3schools.com/action_page.php"> <img src="w3html.gif" alt="W3Schools.com" width="100" height="132" ismap> </a> <p>Cliquez sur l'image, et les coordonnées du clic seront envoyées au serveur sous forme de chaîne de requête URL.</p> </body> </html>