CSS Borders


  1. Which of the following property defines a shadow effect for text?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: E

    The shadow effects are applied in the order specified and may overlay each other, but they will never overlay the text itself. Each shadow effect must specify a shadow offset horizontally and vertically and may optionally specify a blur radius and a shadow color.


  1. Which of the following property sets the shadow for a box element?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Syntax:box-shadow: none | inherit



  1. Which of the following property defines in a shorthand form the width, style, and color for the top border of an element?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    border-top


  1. Which of the following property defines the visual style of up to four different sides of a border?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Syntax: border-style: style



  1. Which of the following property defines the space between cells in a table?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Syntax: border-spacing: non-negative length(s) | inherit