Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
3 lines (2 sloc) 269 Bytes

You can add images to your website by using the img element, and point to an specific image's URL using the src attribute.

An example of this would be <img src="www.your-image-source.com/your-image.jpg">. Note that in most cases, img elements are self-closing.

Something went wrong with that request. Please try again.