MABS Institution
11th Computer Applications Monthly Test -2 ( CSS - Cascading Style Sheets )-Aug 2020
-
-
-
-
-
-
Which of the following ways below is correct to write a CSS?
p{color:red; text-align:center};
p {color:red; text-align:center}
p {color:red; text-align:center;}
p (color:red;text-align:center;)
-
The declaration should be terminated by
;
.
,
-
Which of the following provides powerful control over the presentation of an HTML document?
Style tag
CSS
Link
form
-
The extension of CSS file is
.ssc
.css
.csc
.htm
-
Each declaration of CSS should be terminated by a _____________.
Semicolon
Comma
Colon
None of these
-
Using ______________, we can control the font colour, font style, spacing between pages, columns size, border colour, background image or colour and various other effects in a web page
Inline
CSS
Either A or B
None of these
-
External Style Sheets file should be saved with the extension ______________.
.ESS
.CSS
.ISS
None of these
-
Which of the following is not an advantages of CSS?
Maintainability
Reducing size
Reusability
Understand easily
-
Which of the following statement is false?
(i) Professional web developers do not use sitewide style sheets.
(ii) Internal style sheets are also called as "Pagelevel styles"
(iii) Inline style applicable only on the line where it is defined.only (i)
only (ii)
both (ii) and (iii)
both (i) and (iii)
-
Write a < style > tag to change color, font name and size of < h3 > tag?
-
Differentiate Internal Style Sheets and External Style Sheets
-
What is restriction of internal sheet?
-
What is Inline Style?
-
Write the general format of linking CSS with HTML.
-
Write down general format of CSS declaration.
-
How will you comments inside style sheet?
-
What is the use of < style > tag ?
-
What do you mean by Page-LevelStyles or Internal Style sheets?
-
What is CSS?
-
Write about CSS Comments.
-
What is the use of < Link > tag? Give the details of attributes used with < Link >tag.
-
What do you mean by Sitewide Style sheets or External Style Sheets.
-
Write the steps to create CSS style sheets.
-
How will link CSSwith HTML?
-
Write HTML code to change the background colour of browser using CSS.
-
Write a CSS file to define text color and alignment to < p > tag.
-
Write a CSS file to define font type, style and size to < h1 > tag.
-
Write a short note on rule of CSS.
-
What are the advantages of using CSS?
-
Write an HTML document to display the following paragraph as per the given description Using CSS:
1. Font Name: Cooper Black
2. Style: Bold Italics
3. Color: Blue
“The State Institute of Education (SIE) was established in 1965 to provide for systematic study of problems relating to School Education under the administration of Directorate of School Education.” -
Tabulate C55 - Frequently using background image and paragraph margin formatting Properties and Values.
-
List and explain the Font and text element properties and values used CSS.