can you add css to img tag code example
Example 1: add image to css
background-image: url(path);
background-repeat: no-repeat;
width: 10px;
height: 20px;
Example 2: html css img src
img src problem
background-image: url(path);
background-repeat: no-repeat;
width: 10px;
height: 20px;
img src problem