Tuesday, April 29, 2014

HTML Lessons part 8

In this lesson you are going to learn about pictures.  You probably already know what a picture is so I will teach you how to upload it into your document.  First you must find the image you want on Google images or Bing or some other pictures.  Then you need to copy the URL like this.  Right click the image you want.
Once you have the URL copied you need to make the tag like this.

<img src="">

Paste the URL inside the ""

<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSC11V3ohnW4ghGosUiVBNYxLn2HKdxsDTX8VAGdoYBo35ZOUuO">

It doesn't matter if the tag takes up multiple limes after you insert the URL.
That is all for today.

No comments:

Post a Comment