To work successfully with pictures in Expression Web, it is important to understand image file formats. Name the three types of digital file formats used in Web pages. Briefly describe the best use for each format.
What will be an ideal response?
Three file formats can be used for Web pages: JPEG, GIF, and PNG.
The JPEG format is best used for photographs and other images that contain many different colors, such as detailed artwork.
The GIF format is best used for images that are drawings, simple graphics, navigation buttons, or that contain large areas of solid colors. A GIF can also be animated and can have a transparent background color.
The PNG format was created specifically for Web graphics. It produces high-quality images with small file sizes and is an alternative to the GIF format. Until recently, many browsers couldn't properly display PNG images, but that has changed and more designers are using the PNG format.
You might also like to view...
What is the output of code corresponding to the following program segment if Age = 18?
``` If Age >= 18 Then Write “You are eligible to vote.”. Else Set Vote = Age - 18 Write “You can vote in “ + Vote + “years.”. End If``` a. You are eligible to vote. b. You can vote in 18 years. c. You are eligible to vote. You can vote in 18 years. d. You can vote in 0 years.
How does the iSCSI target server make storage available to iSCSI initiators?
What will be an ideal response?