Page 75 - Code & Click - 7
P. 75
B. Fill in the blanks with the correct answer.
1. A __________ holds formatting codes that control your web page’s appearance.
2. The __________ specifies the element to which you want to apply a style rule.
3. The __________ property is used to specify the colour of a border.
4. The __________ property is used to specify a font for the text.
C. Write ‘T’ for True and ‘F’ for False statement.
1. You must place the image to be used for the background of a web page in the same
folder as the HTML document for the web page. _______
2. Inline CSS are used to specify a style to a specific HTML element on a web page. _______
3. An embedded CSS is saved with the extension .css. _______
4. The code margin: 25px sets the top margin of a web page. _______
D. Answer the following questions.
1. What is CSS? Write the syntax for writing a CSS rule.
2. List the different ways in which you can insert CSS in an HTML document.
3. What is the use of font properties? Describe any three font properties.
4. Write in brief about the various properties used to style text in a web page.
Mind Stretching
1. Write the CSS properties used to perform the tasks given below in an HTML5 Critical Thinking
document:
(a) Set all margins of an element to 10 pixels. ________________________
(b) Set border thickness as medium. ________________________
(c) Set oblique style for the font. ________________________
(d) Set blue foreground colour for text. ________________________
(e) Set black shadow effect for text. ________________________
2. Arshi wants to create a web page in HTML5 and apply formatting to content using CSS. She
wants to specify all the CSS formats for the various elements in the HTML document itself.
How can she do so? Logical Thinking
Lab Work Computational Skills
Create a web page on Digital India. Format the web page according to the given instructions.
• Add an appropriate background image for the web page.
• Use Times New Roman font with size 24 pixels, bold, and red colour for headings.
• Use Calibri font with size 18 pixels in blue colour for paragraph text.
• Apply different border styles for each heading.
73