hey guys i want to know that how to remove border/outline from image tag, include that i am not using image in it , for example test code fiddle
HTML
<img src="" class="testClass">
CSS
.testClass{
width: 100%;
margin-left: 0%;
height: 150px;
border: 0px;
outline : none;
}