Css miscellaneous


  1. What will be the output of following code snippet?
    <style h1 {color: blue;}> 
    <h1>Hey</h1>











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    h1 heading disappears


  1. Which of the following is the correct way to applying style to a document?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    All of above



  1. Which of the following property defines a highlight color for a scroll bar and scroll arrows?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Syntax: scrollbar-highlight-color: color


  1. Which of the following property defines a color for the face of a scroll bar, including arrow regions and the scroll box?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Syntax: scrollbar-face-color: color



  1. Which of the following property sets the base color for a scroll bar, which will include the scroll box, track, and scroll arrows?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Syntax: scrollbar-base-color: color