code
<img> Element
Void element - no closing tag
link
src Attribute
Specifies image path (URL)
folder
Relative URL
Path relative to current document
<img src="images/photo.jpg">
public
Absolute URL
Full path to image location
<img src="https://example.com/photo.jpg">