DEV Community

Discussion on: 9 Extremely Useful HTML Tricks

Collapse
 
ianwijma profile image
Ian Wijma

The map tag I have seen before in legacy websites. Where the Devs where lazy and put an image of an menu in the headers. And made it clickable using a map. And people needed to shuffle some items around... In the image...

Collapse
 
razgandeanu profile image
Klaus

Such a classic example of a good concept used in wrong way.
Thank you for sharing that.