Page 105 - TP_iPlus_V2.1_Class6
P. 105
C. Fill in the blanks using the words given below.
Hints: markup, body, inline, background-image, empty
1. HTML is a ........................... language that describes the structure of the web page.
2. <BR> tag is an example of ........................... tag.
3. The ........................... section contains information which is to be shown on the web page.
4. An ........................... style is used to apply a unique style to a single element.
5. The ........................... property is used to set an image as the background of a web
Section B (Subjective)
A. Short answer type questions:
1. What is the latest version of HTML?
2. What does signify or point to an HTML tag to which a style will be applied?
3. What is a combination of an opening tag, content, and a closing tag called?
4. What is a property that provides some additional information about a tag?
B. Long answer type questions:
1. What does HTML stand for?
2. Write the code to include the reference of the mystyle.css file in an HTML web page.
3. When can we use internal style sheets?
C. Competency-based/Application-based questions:
1. Priyanshi has been assigned a task to create a web page for her school’s website in which she
wants to apply CSS. Help her by writing the syntax to create a style in CSS.
2. Ravi has written the following CSS code to change the background colour of a web page, but he
does not get the correct result. What is the problem with the code?
body {background-color:”green”}
3. After viewing a web page in a browser, Avni has made some changes in the code
and saved the HTML document. Which key should she press to reflect the changes
in the browser?
#Digital Literacy
Higher Order Thinking Skills (HOTS) #Experiential Learning
1. How does separating content (HTML) from presentation (CSS) improve the efficiency of web
design? Provide examples of how this separation might benefit both developers and users.
2. Analyse the impact of using inline CSS versus external CSS on website maintenance and scalability.
In what scenarios might one be more appropriate than the other?
103
HTML—An Introduction

