Currently, I am in the process of learning html/css by following the tutorial provided by W3Schools.com. The part of the code that is causing me some difficulty can be found at http://www.w3schools.com/css/tryit.asp?filename=trycss_vertical-align
Specifically on line 11
<p>An <img src="w3schools_logo.gif" alt="W3Schools" width="270" height="50" /> image with a default alignment.</p>
I am puzzled about what exactly the forward slash / does just before the closing bracket > and after the height attribute within the code snippet mentioned above. Upon checking http://www.w3schools.com/tags/tag_img.asp, there was no mention of this specific use of the forward slash.