Commerce

Basic Css MCQs

Practice Basic Css MCQs for competitive exams.

Basic Css MCQs

Practice questions from this topic.

Which of the following element is used to specify multiple media resources for media elements like audio and video?

    Report Error

    Which of the following property sets in a shorthand form any or all background properties?

    1. A. color
    2. B. wrap
    3. C. background
    4. D. all of the mentioned
    Report Error

    With, which tag you write the style rules directly within the document found within the head of the document.

      Report Error

      Which of the following tag can be used to embed a Document-wide styles in a document's head element?

        Report Error

        Which of the following element is used for linking a External Files to the html page?

        1. D. all of the above
        Report Error

        The . . . . . . . . directive allows style sheets to be grouped and joined together, though some might wonder what the value of this function is given what linked styles provide.

        1. D. @import
        Report Error

        Which of the following tag is used to linked information should be placed inside?

        1. C.
        Report Error

        Inline style has the lowest priority

        1. A. True
        2. B. False
        Report Error

        Which of the following tag is used to embed css in html page?

          Report Error

          Which of the following is correct about Hex Code format of CSS colors?

          1. A. The first two digits(RR) represent a red value.
          2. B. The next two are a green value(GG).
          3. C. The last are the blue value(BB).
          4. D. All of the above
          Report Error

          Which of the following uses 1vw or 1vh, whichever is smaller?

          1. A. px
          2. B. vh
          3. C. vw
          4. D. vmin
          Report Error

          Which of the following defines 1% of viewport width?

          1. A. px
          2. B. vh
          3. C. vw
          4. D. vmin
          Report Error