Contents

Which of the following is used in desktop publishing, 3D applications?
a) PNG                                  
b) BMP
c) TIFF                                 
d) PCX

c

Explanation: Tagged Image File Format


Which of the following tag is used for inserting images in web page?
a) <image>                           
b) <img>
c) <source>                          
d) none of these

b

Which of the following pair of attribute is required for img tag?
a) src and a                          
b) src and alt
c) img and alt                      
d) img and src

b

Which format can create a transparent image?
a) SVG                                  
b) GIF
c) PNG                                  
d) JPG

c

Explanation: PNG stand for portable network graphics


Which of the following is the correct HTML code for inserting an image?
a) img src=” image.gif”>
b) <img> image.gif </gif>
c) img href=”image.gif”>  
d) image src=”image.gif”>

a

The src attribute used with tag stands for
a) source                              
b) screen
c) structure                           
d) screen resolution count

a