17.5 The BUTTON Element: Start Tag: Required, End Tag: Required Attribute Definitions
17.5 The BUTTON Element: Start Tag: Required, End Tag: Required Attribute Definitions
Recall that authors must provide alternate text for an IMG element.
It is illegal to associate an image map with an IMG that appears as the
contents of a BUTTON element.
ILLEGAL EXAMPLE:
The following is not legal HTML.
<BUTTON>
<IMG src="foo.gif" usemap="...">
</BUTTON>