a) PNG
b) Transparent GIF
c) GIF
d) JPG
Answer: a
Explanation: If a transparent part of the image has rounded or diagonal corners we use PNG format. If we want semi opaque transparency or drop shadow there also this format is helpful. If the transparent part of the image has straight edges we use transparent GIF format.
Related Posts
What will be the output of the following Python code snippet?
print(‘Hello World’.istitle())What will be the output of the following Python code snippet?
print(‘HelloWorld’.istitle())What will be the output of the following Python code snippet?
print(‘\t’.isspace())What will be the output of the following Python code snippet?
print(”””.isspace())What will be the output of the following Python code snippet?
print(‘1@ a’.isprintable())What will be the output of the following Python code snippet?
print(‘1.1’.isnumeric())What will be the output of the following Python code snippet?
print(’11’.isnumeric())
Join The Discussion