1. Question: Which of the following are correct CSS font-weight property's values?

    A
    bold

    B
    bolder

    C
    lighter

    D
    normal

    E
    italic

    Note: Not available
    1. Report
  2. Question: Which of the following font formats are browsers support?

    A
    .eot, .ttf, .otf, .woff,

    B
    .eot, .ttf, .otf, .woff, .svg

    C
    .ttf, .otf, .woff,

    D
    .ttf, .otf, .woff, .svg

    Note: Not available
    1. Report
  3. Question: Which of the following font format only support in IE?

    A
    .eot

    B
    .ttf

    C
    .woff

    D
    .otf

    Note: Not available
    1. Report
  4. Question: Which of the following CSS rule is used to install web font in the web page?

    A
    @font-install{
      src: url('myfont.eot') format('embedded-opentype')
    }

    B
    @font-setup{
      src: url('myfont.eot') format('embedded-opentype')
    }

    C
    @font-url{
      src: url('myfont.eot') format('embedded-opentype')
    }

    D
    @font-face{
      src: url('myfont.eot') format('embedded-opentype')
    }

    Note: Not available
    1. Report
  5. Question: What is the string format name of EOT font format?

    A
    truetype

    B
    embedded-opentype

    C
    opentype

    D
    woff

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd