GRADE6

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

ICT Workbook

Grade 6 – Term 3

Name:
Class:
Section:
INDEX

Date Content Page Number Signature


Chapter # 8
Introduction to HTML
A. Fill in the blanks.
1. The ___________________ tag contains information about the document.
2. The HTML tag marks the __________________ and the end of a web page.
3. The __________________ tag is used for displaying text in italics.
4. Tags which are used to give formatting effects to the text in a web page are called
______________________.
5. To give a heading of maximum size use the ____________________ tag.
B. State the difference between the following tags.
1. <HEAD> and <TITLE>
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
2. <BODY> and <P>

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________
3. <I> and <B>

_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
4. <SUP> and <SUB>

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________

Page 1 of 13
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

5. <BR> and <NOBR>


_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________

C. Give the tags and the attributes for the following instructions.
1. Create the heading ‘My First Web Page’ in the center of the page using the highest heading
level.
_______________________________________________________________________________
_______________________________________________________________________________
2. Describe the web page as the HTML document.
_______________________________________________________________________________

_______________________________________________________________________________
3. Change the color of the visited link from purple to orange.

_______________________________________________________________________________
4. Align the text as the subscript of the text.

_______________________________________________________________________________
5. Specify blue as the color of the paragraph.

_______________________________________________________________________________
_______________________________________________________________________________
6. Insert a small size image ‘SchoolLogo.bmp’ on the right side.

_______________________________________________________________________________
_______________________________________________________________________________

D. Find the output of the following:


1. <B><I> This is an example to display text in both bold and italics. </I></B>
_______________________________________________________________________________
_______________________________________________________________________________
Page 2 of 13
2. <B><I><U> This is an example to display text in both bold, italics and underline
</I></B></U>

_______________________________________________________________________________
_______________________________________________________________________________

3. Date of birth: 12<SUP> th </SUP>August 1988


_______________________________________________________________________________

_______________________________________________________________________________

E. Answer the following questions.


1. Why do you use HTML? Discuss various HTML elements.

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________

2. What are the tag attributes? Give examples.


_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________
3. Give the steps of executing a HTML program using a text editor.

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________

Page 3 of 13
_______________________________________________________________________________

_______________________________________________________________________________
4. What are hyperlinks? Give examples.

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

5. What are formatting tags? Explain any two with an example.


_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________
6. Why do you use the <CENTER> tag? Give an example.

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________
_______________________________________________________________________________

_______________________________________________________________________________

Page 4 of 13
Chapter # 9
Elementary HTML
A. True or false?
1. By default, an unordered list is marked with bullets. ______
2. Sequence of items is not important in an ordered list. ______
3. The <TR> tag is used to give a column heading in a table. ______
4. You cannot create empty cells in a table. ______
5. Hexadecimal value 00FF00 represents lime green color. ______
B. Give the attributes of the following tags.
1. <UL>
___________________________________________________________________
2. <OL>
___________________________________________________________________
3. <DL>
___________________________________________________________________
4. <TABLE>
___________________________________________________________________
___________________________________________________________________
5. <FONT>
___________________________________________________________________
C. Write a script in HTML for the following.
1. Creating an ordered list.
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________

Page 5 of 13
2. Display your name in a brown color.
___________________________________________________________________
3. Creating a nested list.
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
4. Display your address in Arial Black font.
___________________________________________________________________
___________________________________________________________________
D. Answer the following questions.
1. How do you create lists in HTML? Discuss various types of lists.
___________________________________________________________________
___________________________________________________________________

Page 6 of 13
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
2. What are nested lists? Using a suitable example, explain how to create a nested
list.
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
3. Give tags and attributes for inserting tables in HTML.
___________________________________________________________________

Page 7 of 13
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
4. What is the function of <FONT> tag? Explain with a short code.
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
5. How do you adjust page margins in HTML?
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________

Page 8 of 13
Chapter # 10
Creating Forms in HTML
A. True or false?
1. The <FORM> tag is used to create forms in HTML. ______
2. A TEX Box with multiple lines can be created by using the<SELECT> tag.
______
3. The <TEXTAREA> tag is used to enter multiple lines of data in a Text Box.
______

4. Name and selected are the attributes of the <OPTION> tag. ______
5. You cannot hide characters in the Password Box. ______
B. Name the tags and the attributes used to create the following:
1. Text Box

___________________________________________________________________
___________________________________________________________________
2. Scrolling list box

___________________________________________________________________
___________________________________________________________________
3. Checkbox

___________________________________________________________________
___________________________________________________________________
4. Radio Button

___________________________________________________________________
___________________________________________________________________
5. Submit and Reset buttons

___________________________________________________________________
___________________________________________________________________
6. Password

___________________________________________________________________
___________________________________________________________________
Page 9 of 13
C. Explain the uses of the following tags:
1. <FORM>

___________________________________________________________________
___________________________________________________________________
2. <INPUT>

___________________________________________________________________
___________________________________________________________________
3. <SELECT>

___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
4. <TEXTAREA>

___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
D. Answer the following questions.
1. What are forms? How do you create forms in HTML?

___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________

2. What is the purpose of the <OPTION> tag? Explain.

Page 10 of 13
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
3. Give the attributes listing of the <TEXTAREA> tag.

___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
4. What are the different types of buttons available in HTML?

___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
5. Give some important attributes of the <FORM> tag.

___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________

NOTES
Page 11 of 13
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
Page 12 of 13
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________

Page 13 of 13

You might also like