Page 29 - modular_v2.0_HTML&_CSS_Fb
P. 29
Exercise
A. Tick ( ) the correct option.
1. Which program is used to view a HTML document?
a. Text editor c. Web browser
b. Compiler d. None of these
2. Which of the following tags is used to give the title of a web page?
a. <BODY> c. <H1>
b. <TITLE> d. <BR/>
3. Which tag has opening and closing tags?
a. Empty c. Container
b. Null d. None of these
4. .......................... are the basic building blocks of a web page.
a. Tags c. Container tags
b. Properties d. Attributes
5. Which tag indicates the beginning and end of the HTML document?
a. <HEAD> ... </HEAD> c. <TITLE> … </TITLE>
b. <BODY> ... </BODY> d. <HTML> … </HTML>
6. All HTML tags are enclosed in ...........................
a. <> c. ?!
b. ## d. **
B. Write ‘T’ for true and ‘F’ for false.
1. The container tags have opening tag only. ..........................
2. The main content of a web page is marked by the <HEAD> tag. ..........................
3. HTML document is saved with an extension .htm or html. ..........................
4. Class attribute can be used for CSS styling or JavaScript targeting. ..........................
5. HTML stands for Hyper Text Markup Language. ..........................
C. Short answer type questions.
1. What is HTML?
2. Write any two feature of HTML5.
3. Write any two types of HTML editor.
4. What is hypertext?
27
HTML—An Introduction

