Favorite HTML Attribute? #97
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's almost never a time you need this, but back in the days of early Internet forums, you could often use an Update 2021 I still love |
Beta Was this translation helpful? Give feedback.
ismap
: LinkThere's almost never a time you need this, but back in the days of early Internet forums, you could often use an
img
tag but not ana
tag. This was the way to make a really neat image signature that could link off to multiple places based on a coordinate system. Server side image maps were definitely up there in terms of weird and cool; for me that makes a favorite.Update 2021 I still love
ismap
, but HTML5 also gave ustype
for input elements which might actually be 100x more useful.