Αποτελέσματα Αναζήτησης
Easy free online html image map generator. Select an image, click to create your areas and generate html your output!
Below you can find a free tool that will allow you to generate an HTML map in the easiest way possible- just draw the areas and give them the links, alts and targets. The system will generate the HTML map code for you.
Free online image mapper tool. Use images on the web or from your PC. Load your image, map your links, get the code! No software to download.
9 Μαρ 2023 · This tutorial explained how to create a clickable SVG map by setting up the HTML file, adding interactivity with CSS (including hover and click effects), and adding functionality by linking areas of the map to external web pages.
Use the HTML <map> element to define an image map; Use the HTML <area> element to define the clickable areas in the image map; Use the HTML usemap attribute of the <img> element to point to an image map
area: Defines a clickable area within the image map. shape : Specifies the shape of the area (rect, circle, poly). coords : Specifies the coordinates of the area (x1,y1,x2,y2 for rectangles, x,y,radius for circles, x1,y1,x2,y2,x3,y3,...,xn,yn for polygons).
The shape attribute specifies the shape of an area. The shape attribute is used together with the coords attribute to specify the size, shape, and placement of an area.