This is an HTML tag. It is used when you want to insert an image into your document. It can be used to display an image on a page like this: <img src=”image.url”>. If you want to use an image in a link it would look like this: <a href=”link”><img src=”image.url”></a>
See also Tag
« Back to Glossary Index