Page 101 - CA_165_V2.0_Flipbook
P. 101
Solved Exercise
SECTION A
(Objective Type Questions)
A. Multiple choice questions.
1. HTML stands for ......................................
i. Hyper Text Marking Language ii. Hyper Text Markup Language
iii. High Text Markup Language iv. Highly Textual Markup Language
2. Which basic tools we need to work in HTML?
i. HTML Editor ii. Web browser
iii. Internet iv. Both i. and ii.
3. Which of the following statement is not true about text editors?
i. Text editors are used for editing plain text files.
ii. Text editors provide tools for syntax highlighting and code suggestions.
iii. Text editors are the same as word processors.
iv. Text editors can be used for editing configuration files or writing code.
4. Which extension we should give to the document when want to save it as web page?
i. .html ii. .htm
iii. .txt iv. Both i. and ii.
5. An HTML code contains ......................................
i. Elements and attributes ii. Only plain text
iii. Programming logic iv. Binary data
6. Which component of the html code gives additional information about the tags?
i. Elements ii. Attributes
iii. Angular brackets iv. None of these
7. Which of the following does not have an OFF tag?
i. Container ii. Empty
iii. Paired iv. All of these
8. Which tag is used to display the information directly on the web page?
i. <HEAD> ii. <HTML>
iii. <BODY> iv. <TITLE>
9. Which of the following is NOT a feature of HTML?
i. It is a markup language used to create web pages.
ii. It allows linking multiple web pages.
iii. It uses predefined tags for formatting content.
iv. It is a programming language used for logical operations.
10. Which HTML tag is used to define a description list?
i. <UL> ii. <DL>
iii. <LI> iv. <OL>
Ans. 1. ii. 2. iv. 3. iii. 4. iv. 5. i.
6. ii. 7. ii. 8. iii. 9. iv. 10. ii.
Introduction to HTML 99

