It's not a problem. But the browser highlights the closing tag. Even if you use <img src="path.jpg">it manually , it displays correctly on the page. Although the practice of coding is to use closing tags for such elements.
- , <img src="path.jpg" />, <img src="path.jpg">, .
, .