Hi,
I need to put an attribute in html logo image tag:
<img class="logo img-responsive" src="logo.jpg" alt="Logo" width="280" height="65"/>
I want to insert usemap attribute, ex:
<img class="logo img-responsive" src="logo.jpg" alt="Logo" width="280" height="65" usemap="#workmap"/>...