Adding an image

Lesson 7

Here is the image that we will be adding

The name of this image is image.jpg.

Add your paragraph tag and center statement <p align=center>

When we added text, we were able to just start typing after the paragraph tag. Now we have to tell our code that what we are typing now is a COMMAND rather than text that is intended to be read.

We do this by putting < and > around the command.

We have to tell our code what the image source is. The code for the is img src.

my code will look like this.

<p align=center><img src=image.jpg>

That's it. That's all ya need

If you now have your image displayed on your page DANCE!

Click HERE to see how to display your image smaller on your page.