CSS Outline


  1. Which of the following value specifies a solid outline?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    As the name suggests, a solid outline is created using this value.


  1. Which of the following specifies the width of an outline?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    The outline-width CSS property is used to set the width of the outline of an element.



  1. Select the output of the following CSS.
    div {
    border-width:5px;
    border-style:dotted solid double dashed;
    }











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The shorthand run in clockwise direction.


  1. Which of the following values specifies a 3D grooved outline?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    groove specifies a 3D grooved border. The effect depends on the border-color value.



  1. Which of the following property specifies the look and design of an outline?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    The outline-style CSS property is used to set the style of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.