1. Question: Which CSS declaration is used to hide overflow of an element content?

    A
    overflow: hidden;

    B
    overflow: false;

    C
    overflow: none;

    D
    display: none;

    Note: Not available
    1. Report
  2. Question: Which of the following are correct CSS white-space property values?

    A
    normal, pre, nowrap, pre-line, pre-wrap

    B
    normal, pre, nowrap, pre-wrap

    C
    normal, pre, pre-line, pre-wrap, none

    D
    normal, pre, nowrap, pre-line, pre-wrap, none

    Note: Not available
    1. Report
  3. Question: Which property is used to break the overflow text?

    A
    word-wrap

    B
    break-word

    C
    break-text

    D
    word-brak

    Note: Not available
    1. Report
  4. 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
  5. Question: Which of the following font format only support in IE?

    A
    .eot

    B
    .ttf

    C
    .woff

    D
    .otf

    Note: Not available
    1. Report
  6. 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
  7. 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
  8. Question: How can you remove default margin and padding from your webpage?

    A
    body { margin: 0; }

    B
    body { margin: 0; padding: 0; }

    C
    body { padding: 0; }

    D
    body { remove-margin: 0; remove-padding: 0; }

    Note: Not available
    1. Report
  9. Question: Which of the following is a adjacent sibling combinator?

    A
    E F

    B
    E>F

    C
    E+F

    D
    E~F

    Note: Not available
    1. Report
  10. Question: Which of the following is a descendant combinator?

    A
    E+F

    B
    E~F

    C
    E>F

    D
    E F

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