Chapter 2
Chapter 2
Chapter 2
Chapter 2
Cascading Style Sheets and Java Script
1. ____________ allows you to specify styles for the visual elements of the website.
(A) HTML (B) Style
(C) CSS (D) None
2. The detail of how to display the document is known as _____________.
(A) CSS (B) Validation
(C) Design (D) Style
3. CSS helps us to ______________________.
(A) Avoid duplication in coding
(B) Use the same content with different styles for different purpose
(C) Easy Maintenance of code
(D) All Above
4. The syntax of CSS consist of special symbols known as __________.
(A) Type (B) Rules
(C) Style (D) Input
5. How many parts are there of CSS rules?
(A) 2 (B) 8
(C) 4 (D) 6
6. Which of the following is a part of CSS rule?
(A) Selector (B) Declaration
(C) Both A and B (D) None
7. Which of the following is the syntax of CSS?
(A) select{property : value} (B) selector{value : property}
(C) selector{property : value} (D) selection{property : value}
8. The ____________ is the HTML Element on which you want to apply the style.
(A) Selector (B) Declaration
(C) Both A and B (D) None
9. _______________ consist of a property associated with the HTML element used in
selector and its corresponding value.
(A) Selector (B) Declaration
(C) Both A and B (D) None
10. How many tabs are there of CSS Style sheet is there?
(A) 2 (B) 8
(C) 7 (D) 6
11. Each of the tabs of the CSS Style sheets used to give a specific ___________ to the
element.
(A) Type (B) Rules
(C) Style (D) Input
12. ___________ tab of the CSS Style sheets will show various style options like font family,
font size, line height, color, case, alignment and many more.