placeholder image to represent content

Q4_POST-TEST_ICT 10-WEB DEVELOPMENT

Quiz by Camille Bernabe

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
20 questions
Show answers
  • Q1

    Which of the following property allows you to control how the background scrolls with the web page?

    background-repeat

    background-position 

    background-attachment     

    float

    30s
  • Q2

    Which of the following property and value is used to repeat an image vertically?

    background-repeat:repeat-y;

    background-repeat:repeat-x;

    background-repeat:repeat-w;

    background-repeat:repeat-z;

    30s
  • Q3

    Which of the following property is used to specify the position of the background image?

    background-position 

    background-repeat  

    background-image

    background-attachment

    30s
  • Q4

    Which of the following property and value is used to repeat an image horizontally?

    background-repeat:repeat-y;

    background-repeat: repeat-z;

    background-repeat: repeat-x;

    background-repeat:repeat-w;

    30s
  • Q5

    Which of the following property will allow you to control where a specified block element will be located on the page?

    background-repeat  

    background-position 

    float

    background-attachment     

    30s
  • Q6

    What is the correct CSS syntax for making all the <span> elements bold?

    span{font-weight:bold}

    Answer Image
    Answer Image

    span {text-size:bold}

    30s
  • Q7

    Which of the following property sets the color of the foreground content of the selected elements?

    color

    text-indent

    font-size

    font                

    30s
  • Q8

    Which of the following property indicates the case of the text?

    text-indent    

    text-transform

     text-align  

    letter-spacing

    30s
  • Q9

    How do you display apadding like this: top border = 2px, bottom border = 10 px, left border = 4 px,and the right border = 12 px?                                                                                                                                                 

    padding: 2px 4px 12px10px            

    padding: 4px 2px 10px12px                                                                                                                                                                                                                                              

    padding: 12px 4px10px 2px            

    padding: 2px 12px10px 4px

    30s
  • Q10

    How do you display aborder like this: top border = 10 px, bottom border = 5 px, left border = 20 pxand the right border = 1px?                                                                                                                                     

    border-width:20px10px 5px 1px                

    border-width:10px20px 5px 1px     

    border-width:5px 20px10px 1px                                                                                                                                                                                                                                                                         

    border-width:10px 1px5px 20px                                                                                                  

    30s
  • Q11

    A selector that is usually in a page title or navigation part of the page.

    attribute

    id

    class

    30s
  • Q12

    How do you select an element with id "demo"?

    .demo

    demo

    *demo

    #demo

    30s
  • Q13

    How do you select elements with class name "test"?

    #test

    *test

    .test    

    test     

    30s
  • Q14

    Which of the following selector selects all unvisited links?

    :active

    :link    

    :visited

     :hover

    30s
  • Q15

    Which of the following selector selects links on mouse over?

    :link    

    :visited

    :active

    :hover

    30s

Teachers give this quiz to your class