Home » CSS » Css miscellaneous » Question
  1. Which of the following will specify minimum width of display area?
    1. monochrome
    2. overflow-block
    3. min-resolution
    4. min-width
    5. None of these
Correct Option: C

The minimum width of a display area such as browser window is specified by min-width, min-resolution specify the minimum resolution of the device, using dpi or dpcm, monochrome specify the number of bits per “color” on a monochrome device.



Your comments will be displayed only after manual approval.