The ______ attribute in the tag defines the shape of the clickable area in an image map.
- alt
- coords
- shape
- src
The shape attribute in the
tag is used to define the shape of the clickable area in an image map. The possible values can be "rect" (rectangle), "circle", "poly" (polygon), and "default". This attribute, in conjunction with the coords attribute, enables different areas of an image to be linked to different destinations.
Loading...
Related Quiz
- The ______ attribute is used in the video element to automatically play the video when the webpage loads.
- Can JavaScript be linked in the head section, and how does it affect page load times?
- What is the significance of the type attribute in a source tag within an audio or video tag?
- When applying colspan and rowspan together in a complex table, which one takes precedence?
- Can two stylesheets be linked in the head section and how would they be applied?