On images and how they work.
As a warning: Images are my weakest knowledge pool in Web design thus far.
Pixel is a picture element.
How many are up and down, how many are across.
The more pixels you have the nicer your picture will look!
How much of each color is turned on will determine what color you see.
Inserting Images on Web Pages- Once you got you pictures saved somewhere on your computer, you can upload at will!
Images are not inserted into a web page. The image tag is a LINK to an image file that the browser will display.
To use an image as a background, include this in your body tag:
To put an image onto a page, use the image tag.
< src = "imagename.extension">
This will ONLY work if the image is in the SAME folder as the page. If the image is inside a folder that the page is in, this is the tage:
< src ="foldername/picturename.extension"> <>
My knowledge is DEFINITELY limited on images--they are the most complicated subject we have tackled yet! (in my opinion)
ReplyDelete