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