
Q4_POST-TEST_ICT 10-WEB DEVELOPMENT
Quiz by Camille Bernabe
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which of the following property allows you to control how the background scrolls with the web page?
Which of the following property and value is used to repeat an image vertically?
Which of the following property is used to specify the position of the background image?
Which of the following property and value is used to repeat an image horizontally?
Which of the following property will allow you to control where a specified block element will be located on the page?
What is the correct CSS syntax for making all the <span> elements bold?
Which of the following property sets the color of the foreground content of the selected elements?
Which of the following property indicates the case of the text?
How do you display apadding like this: top border = 2px, bottom border = 10 px, left border = 4 px,and the right border = 12 px?
How do you display aborder like this: top border = 10 px, bottom border = 5 px, left border = 20 pxand the right border = 1px?
A selector that is usually in a page title or navigation part of the page.
How do you select an element with id "demo"?
How do you select elements with class name "test"?
Which of the following selector selects all unvisited links?
Which of the following selector selects links on mouse over?
Which of the following property indicates if text is written in italics , oblique or normal?
Which of the following property is used to do small caps?
How do you group selectors?
Which of the following is usually applied to block HTML and should not be used within a paragraph?
Which of the following property are used to generate space around an element’s content, inside of any defined borders?