How to Create Image Map in HTML
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Picture</title> | |
</head> | |
<body> | |
<p>You clicked the picture!</p> | |
<a href="index.html">return</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment