What is the syntax of ismap attribute with < img > tag in HTML ?
What is the syntax of ismap attribute with img tag in HTML ?
Syntax
<img ismap>
Note: The ismap attribute is allowed only if the <img> element is a descendant of an <a> element with a valid href attribute.
Comments
Post a Comment