HTML/CSS/Images/src
"src" specifies a URL to be loaded by the element
<HTML>
<head><Title>Example For src</Title></head>
<BODY>
<img src="http://www.wbex.ru/style/logo.png"
alt="http://www.wbex.ru"
width="71"
height="92">
</BODY>
</HTML>