Lesson 11
USING LIST AND CREATING TABLE
Fill in the blanks;-
Table arrange data in Rowand Column.
<Table>tag is used to create a table.
<Width>attribute specifies the width of border of a table.
Cell paddingcreates a distance between the edge of the cell and the contents of the cells.
Hyperlinkis a highlighted text or image that stores the address of some other web page of a documents.
Each row with in a table begins with the <Tr>tag.
State True or False:-
The Align attribute is used to specify the alignment of a table. True
The default value for both Cell Padding and cell spacing is 4. False
The IMG SRC is an empty element. True
Order list automatically starts with the number 1. True
A marquee displays a moving text message on the background. True
<AHREF> tag is used to create a hyperlink. True
The default border colour of a table is red. False
Multiple Choice Question:-
Which tag is used to create on Order List?
<OL> b. <UL> c. <LI> [A]
Which attribute is used to set the border color of a table.
Border color b. Cell Spacing c. Border [A]
Which attribute is used to change the style of bullets in a list?
Disc b. Type c. Square [B]
Which tag is used to end an unordered list?
</UL> b. </LI> c. </OL> [A]
Which attribute is used to set the background colour of a row?
<TR BORDERCOLOR> B. <TR BGCOLOR> C. <TR BORDER> [B]
What is the default bullet type of <UL> tag?
Square b. Disc c. Circle [B]
Answer the following:-
Q.1. Define the term table. What are its uses?
Answer:-Tables arrange data in rows and columns format and provide and attractive way to organize information. Table is maintained the Data/ Information.
Q.2. What is the significance to <TR> and <TD> tags in a table?
Answer:- these tag represent Table Row <TR> and Table Division <TD>.
Q.3. Differentiate between Cell Padding and Cell Spacing.
Answer:-
Cell Padding Cell Spacing
This attribute sets the margins within a cell. It creates a space between the edge of the cell(cell wall) and the contents of the cell This attribute is used to specify the minimum distance between two adjacent cell
Q.4. What is the difference between BORDERCOLOR and BGCOLOR attributes?
Answer:
BORDERCOLOR BGCOLOR
The border color attribute is used to specify the colour of a table. The default colour of the border is gray. This attribute is used to change the background colour of the webpage.
Q.5. How will you create a link on a web page?
Answer:- To create a hyperlink, <A>. (anchor) tag is used. Th HREF attribute of the <A> tag stores the reference (address) of the document that is to be linked. The text that appears of the hyperlink is enclosed between the starting tab <A> and ending tag </A>
Stbtax:- <A HREF=”DOCUMENT NAME”> Hyperlink text </A>
Q.6. Differentiate between ordered and Unordered list.
Answer:-
Ordered List Unordered List
The ordered list is used to display the list of items in a specific order. An ordered list indents and numbers each item in the list. An unordered list indents each item in the list and adds a bullet against each item. This list is used when the items are not to be displayed in any particular sequence.
USING LIST AND CREATING TABLE
Fill in the blanks;-
Table arrange data in Rowand Column.
<Table>tag is used to create a table.
<Width>attribute specifies the width of border of a table.
Cell paddingcreates a distance between the edge of the cell and the contents of the cells.
Hyperlinkis a highlighted text or image that stores the address of some other web page of a documents.
Each row with in a table begins with the <Tr>tag.
State True or False:-
The Align attribute is used to specify the alignment of a table. True
The default value for both Cell Padding and cell spacing is 4. False
The IMG SRC is an empty element. True
Order list automatically starts with the number 1. True
A marquee displays a moving text message on the background. True
<AHREF> tag is used to create a hyperlink. True
The default border colour of a table is red. False
Multiple Choice Question:-
Which tag is used to create on Order List?
<OL> b. <UL> c. <LI> [A]
Which attribute is used to set the border color of a table.
Border color b. Cell Spacing c. Border [A]
Which attribute is used to change the style of bullets in a list?
Disc b. Type c. Square [B]
Which tag is used to end an unordered list?
</UL> b. </LI> c. </OL> [A]
Which attribute is used to set the background colour of a row?
<TR BORDERCOLOR> B. <TR BGCOLOR> C. <TR BORDER> [B]
What is the default bullet type of <UL> tag?
Square b. Disc c. Circle [B]
Answer the following:-
Q.1. Define the term table. What are its uses?
Answer:-Tables arrange data in rows and columns format and provide and attractive way to organize information. Table is maintained the Data/ Information.
Q.2. What is the significance to <TR> and <TD> tags in a table?
Answer:- these tag represent Table Row <TR> and Table Division <TD>.
Q.3. Differentiate between Cell Padding and Cell Spacing.
Answer:-
Cell Padding Cell Spacing
This attribute sets the margins within a cell. It creates a space between the edge of the cell(cell wall) and the contents of the cell This attribute is used to specify the minimum distance between two adjacent cell
Q.4. What is the difference between BORDERCOLOR and BGCOLOR attributes?
Answer:
BORDERCOLOR BGCOLOR
The border color attribute is used to specify the colour of a table. The default colour of the border is gray. This attribute is used to change the background colour of the webpage.
Q.5. How will you create a link on a web page?
Answer:- To create a hyperlink, <A>. (anchor) tag is used. Th HREF attribute of the <A> tag stores the reference (address) of the document that is to be linked. The text that appears of the hyperlink is enclosed between the starting tab <A> and ending tag </A>
Stbtax:- <A HREF=”DOCUMENT NAME”> Hyperlink text </A>
Q.6. Differentiate between ordered and Unordered list.
Answer:-
Ordered List Unordered List
The ordered list is used to display the list of items in a specific order. An ordered list indents and numbers each item in the list. An unordered list indents each item in the list and adds a bullet against each item. This list is used when the items are not to be displayed in any particular sequence.
Comments
Post a Comment