Page 102 - CA_165_V2.0_Flipbook
P. 102
B. Very short answer type questions.
1. Which tag stores the information about a document?
2. Which tag specifies or holds the entire content of a web page?
3. Which tag and its attribute sets the color of the text for the entire web page?
4. Which attribute is used to change the colour of the links you have already visited?
5. Which tag and the attribute is used to specify the font name of a piece of text?
6. Which attribute is used to align a picture in the center?
7. Which tag is used to reduce the size of the text to one less than the default text size?
Ans. 1. <HEAD> 2. <BODY> 3. <BODY> tag and TEXT attribute
4. <BODY> tag and VLINK attribute 5. <FONT> tag and face attribute
6. <CENTER> 7. <SMALL>
C. Fill in the blanks.
1. HTML stands for ......................................
2. ..................................... refers to the code of instructions used in HTML to perform an action.
3. We can write the HTML code using a ......................................
4. The ..................................... lets us view the HTML page.
5. H1 tag in HTML defines the ..................................... heading.
6. A tag along with its attributes and text contained inside it is called an ......................................
7. <br> is an example of a ..................................... tag.
Ans. 1. Hyper text markup language 2. Tag 3. Text Editor 4. Browser
5. largest 6. Element 7. Empty
D. Assertion and Reasoning questions.
The following questions consist of two statements – Assertion (A) and Reasoning (R). Answer these
questions by selecting the appropriate option given below:
i. Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
ii. Both Assertion (A) and Reason (R) are true but Reason (R) is not the correct explanation of Assertion (A).
iii. Assertion (A) is true, but Reason (R) is false.
iv. Assertion (A) is false, but Reason (R) is true.
1. Assertion (A): HTML documents are structured using tags and attributes.
Reason (R): Attributes in HTML provide additional information about an element.
2. Assertion (A): The <H1> to <H6> tags are used for creating headings in an HTML document.
Reason (R): <H1> defines the smallest heading, and <H6> defines the largest heading in HTML.
Ans. 1. i. 2. iii.
SECTION B
(Subjective Type Questions)
A. Short answer type questions.
1. What is a markup language?
Ans. Markup language is a language which is used to mark the contents that helps in designing web pages. The
web pages of a website are published and are linked together with the help of markup languages. HTML
is a markup language.
100 Touchpad Computer Applications-X

