html - why does image hyperlink has no border in Chrome, Firefox, Safari and Opera -


is there reason why current browsers did not support image hyperlink border.

i noticed before default should have border.

it support:

img {    border: 3px solid red;    display: block;  }  {    border: 3px solid green;    display: inline-block;  }
<a href="#">    <img src="http://placehold.it/350x150" />  </a>    <img src="http://placehold.it/350x150" type="submit" />


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -