Home > Web Front-end > HTML Tutorial > Set an image as a server-side image map in HTML?

Set an image as a server-side image map in HTML?

WBOY
Release: 2023-09-15 11:49:02
forward
1180 people have browsed it

Set an image as a server-side image map in HTML?

Set the image as a server-side image map in HTML using the ismap attribute in HTML.

Example

You can try running the following code to implement the ismap attribute -

<!DOCTYPE html>
<html>
   <body>
      <a href="">
         <img src = "https://www.tutorialspoint.com/assets/videotutorials/courses/android_penetration_testing/380_course_203_image.jpg"
            alt="Android Penetration Testing"
            width = "300" height = "250" ismap>
      </a>
      <p>On clicking the coordinates is sent to the server as a URL query string.</p>
   </body>
</html>
Copy after login

The above is the detailed content of Set an image as a server-side image map in HTML?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template