10th Class Computers Science Working with CSS Question Bank Working With CSS

  • question_answer
    Which one of the following code snippet is used to change internal style sheet?

    A)
    <head>
    <style type=”text/css”>
    body {background-color: green}
    P {margin-left: 25px}
    </style>
    </head>
     

    B)
    <head>
    <link rel=”stylesheet” type=”totaltext/css” href=”p.css”>
    </head>
     

    C)
    <S1 style=”color: green; margin-right: 12px”>
    India is the greatest country.
    </S1>
     

    D)  All of these

    E)  None of these

    Correct Answer: A


You need to login to perform this action.
You will be redirected in 3 sec spinner