Web Development Lesson 4

  1. Which of the following is a common image type for print publishing that won't work for website pictures?

    a. GIF
    b. TIFF
    c. PNG
    d. JPEG
    TIFF
  2. If you intend to use a picture in your website, in which folder should you put the image (or a copy of it)?

    a. Your website folder
    b. Your pictures folder
    c. On a flash drive
    d. On a DVD disc
    Your website folder
  3. Which tag below shows the correct syntax for displaying an image named myphoto.jpg in a page (assuming myphoto.jpg is in the same folder as the page that contains the tag)?

    a. <imgsrc="myphoto.jpg"alt="Your name here" />
    b. <img src="my photo.jpg" alt="Your name here" />
    c. <img src=myphoto.jpg alt=Your name here />
    d. <img src="myphoto.jpg" alt="Your name here" />
    <img src="myphoto.jpg" alt="Your name here" />
  4. Which tag below would correctly display a picture named flower.gif at a width of 250 pixels (assuming the flower.gif picture is in the same folder as the page that contains the tag)?

    a. <imgsrc=flower.gifalt=flowerheight=250 />
    b. img src="flower.gif" alt="flower" height="250" />
    c. img src="flower.gif" alt="flower" width="250" />
    d. img src="flower" alt="flower" width="250" />
    img src="flower.gif" alt="flower" width="250" />
  5. On your average computer screen, which measure would be closest to 1 inch?

    a. 1 pixel
    b. 1,000 pixels
    c. 10 pixels
    d. 100 pixels
    100 pixels
Author
jdavis123
ID
353584
Card Set
Web Development Lesson 4
Description
Fun With Pictures
Updated