Css miscellaneous


  1. What does screen media type is used for?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    For use with color computer screens


  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: C

    Use an external style sheet, either by importing it or by linking to it



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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    <style>


  1. What will be the output of below mentioned code snippet?
    h1 {color: "blue";}











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    nothings happen



  1. For Inline Style don’t need to reapply style information throughout the document and outside documents.State true or false.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    False