Page 26 - Modular_V1.1_Flipbook
P. 26
BACKGROUND: This inserts the image as the background of the web page:
<BODY BACKGROUND=”lily.jpg”>
Different attributes can be used simultaneously like this:
<BODY BGCOLOR="red" TEXT="white">
Recap
HTML is the most widely used language to design web pages.
Hypertext is a piece of ordinary text that has a special feature of linking to other documents
or web pages.
Tags are the basic building blocks of a web page.
The tags that include both opening and closing tags are called Container Tags.
Entire content of a web page is enclosed within the <HTML> and </HTML> tags.
An attribute is a property that provides some additional information about a tag.
<Head> tag defines the header area of your web page.
Exercise
A. Tick ( ) the correct option.
1. Which program is used to view a HTML document?
a. Text editor c. Web browser
b. A graphics 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. What is the keyboard shortcut to open the Save As dialog box?
a. Ctrl + Z c. Ctrl + X
b. Ctrl + P d. Ctrl + S
6. All HTML tags are enclosed in .......................... .
a. <> c. ?!
b. ## d. **
24 Touchpad MODULAR (Version 1.1)-IX

