Home
MCQs
HTML MCQs
Images MCQs
HTML MCQs

HTML MCQs - Images MCQs

Images MCQs in HTML page consists file format supports, image attributes, image properties, responsive images, content-area, width and height of image, vector images

1. Swapping images in dreamweaver is best if __________

A. The images are the same "Mime" type

B. The images are the same color

C. The images are the same size

D. You use the "Constrain" tool

Answer: C

2. Which image file format is not supported in Firefox?

A. MNG

B. PNG

C. SVG

D. APNG

Answer: A

3. Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image?

A. strokeRect(x, y, w, h)

B. clearRect(x, y, w, h)

C. fillRect(x, y, w, h)

D. removeRect(x,y,w,h)

Answer: B

4. When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation.

A. measureText()

B. imageData()

C. drawImage()

D. setImage()

Answer: C

5. Which of the following is not the property of SVG images?

A. SVG images are scalable

B. SVG images are zoomable

C. SVG is an open standard

D. SVG images are resolution dependent

Answer: D

6. If the transparent part of the image has rounded or diagonal edges, which format is suitable?

A. PNG

B. Transparent GIF

C. GIF

D. JPG

Answer: A

7. Which of the following gives a text description of the image if it is not available?

A. alt

B. title

C. src

D. height

Answer: A

8. Which of the following is not the software for editing images?

A. Adobe Fireworks

B. PaintShop Pro

C. Paint.net

D. Splashup

Answer: D

9. Up to what resolution image should be saved by using in the web?

A. 23 ppi

B. 34 ppi

C. 72 ppi

D. 100 ppi

Answer: C

10. Images are usually printed at a resolution of ___________

A. 200 dpi

B. 100 dpi

C. 50 dpi

D. 300 dpi

Answer: D