Home / CSE / CSS - CS :: CSS Text, Borders and Images

CSE :: CSS - CS

  1. Which of the following property is used to round border corners?

  2. A.

     border-corner

    B.

     border-round

    C.

     border-radius

    D.

     none of the mentioned


  3. Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

  4. A.

     float

    B.

     float-left

    C.

     float-right

    D.

     float-align


  5. Which of the following property sets the font face to be used for text?

  6. A.

     font

    B.

     font-text

    C.

     font-family

    D.

     none of the mentioned


  7. Which of the following property sets the font size of text?

  8. A.

     font

    B.

     font-text

    C.

     font-size

    D.

     none of the mentioned


  9. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

  10. A.

     gradient()

    B.

     line-gradient()

    C.

     linear-gradient()

    D.

     none of the mentioned


  11. Which of the following CSS Gradient Functions creates a circular or elliptical gradient, and optionally sets its shape, size, and position?

  12. A.

     radial-gradient()

    B.

     circular-gradient()

    C.

     elliptical-gradient()

    D.

     none of the mentioned


  13. Which of the following CSS Gradient Functions Creates a radial gradient that repeats infinitely?

  14. A.

     repeat-radial-gradient()

    B.

     repeating-radial-gradient()

    C.

     infinite-radial-gradient()

    D.

     none of the mentioned


  15. Which of the following is not a browser-specific versions of linear-gradient()?

  16. A.

     -moz-linear-gradient()

    B.

     -o-linear-gradient()

    C.

     -mac-linear-gradient()

    D.

     -webkit-linear-gradient()


  17. Which of the following argument is not accepted by radial-gradient() function?

  18. A.

     Shape

    B.

     Time

    C.

     Color stops

    D.

     Position


  19. Which of the following function creates a CSS gradient image that can be used anywhere an image URL is required, including background-image, border-image, and list-style properties?

  20. A.

     canvas

    B.

     gradient

    C.

     animation

    D.

     color