IMG tag correct and professional way

<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">

Is the above correct way to put img tag? Or this could be better with closing forward slash:

<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600" />

You don’t need the trailing slash in html5 :slight_smile:

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.