Skip to main content

How to insert an image

Note: Images can be placed anywhere, they are block elements so they will go to the next line. The alt part of the code should ALWAYS have some text to describe the image. This is used for people who are blind as well for SEO purposes. Just a short description of the image will do. Empty img src tags will alwyas be marked with a "#" symbol. Anywhere you see this symbol you need to add an image link. The alt attribute will alwasy be empty quotes.

<img src="#" alt="">