IMAGE Tag

What It Does:

The IMAGE tag allows you to show a image on a HTML page.

The Syntax:

<img src:"dog.jpg" alt="Dog" height="50" width="50" />

This code becomes this:

Dog