Lets get on to doing some images. We will be using the img src="" alt="" tag src stands for source where you getting it from just like the href. And alt is for what happens if the image is moved and/or cant work. The picture has to be found from the C: and go through each folder
And sometimes we could links instead of downloading it you can put a url.
Now we are going to fix the the height and width of the pictures. Just add before we finish the tag say width="" and do same with height
Or you could add a border to the images.
Now we will learn image mapping. Meaning we will learn how to put links on images. So in the example you can click the icon and the flower to be sent to another web page. You will be working with coords which means coordinates. The first number is the top coordinates, the second is the right coordinates, third is the bottom coordinates, and last is the left coordinates. Think of it like a xy axis. just ploting points on the image.
That it for images here.