TEAM 1
TEAM 2
TEAM 3
TEAM 4
TEAM 5
100

The images put into a web pages are called .....

Inline

100

A list within another list is called .....

nested list

100

...... is a set of data arranged in rows and columns.

Table

100

...... are used to connect different web pages.

Hyperlink

100

...... are used to accept input from the user.

Forms

200

Which attribute is used to add the border colour of an image?

bordercolor

200

Which attribute is used to add hyperlink?

href

200

...... specifies amount of space between cells in a table.

Cellspacing

200

...... determines the space between the content and the border of a cell.

Cell padding

200

...... tag defines a header cell in an html table.

<TH>

300

Write the syntax of the following tags.

Video tag

<EMBED SRC= “PATH”>

300

Write the syntax of the following tags.

Hyperlink tag

<A HREF= “destination link”> ………………………</A>

300

Write the syntax of the following tags.

Colspan tag

          

<TD COLSPAN= “NUMBER”> ………………………</TD>

300

Write the syntax of the following tags.

Frame tag

          

<FRAME SRC= “HTML DOCUMENT NAME”>

300

Write the syntax of the following tags.

Hyperlink tag

<A HREF= “destination link”> ………………………</A>

400

Explain the difference between Type and Start.

Type is an attribute to specify the type of numbering to appear for an ordered list. It can be either 1, a, A, i or I.

Start attribute specifies any numeric value that gives the starting value to a list.

400

Explain the difference between Radio button and Check box button.

Radio buttons are used to select one of the given choices.

Checkbox buttons are used to select one or more options.

400

Explain the difference between COLSPAN and ROWSPAN

COLSPAN: Table cells can span across more than one column or row. The attribute COLSPAN specifies width of the cell in terms of number of columns used when a cell occupies more than one column.

ROWSPAN: ROWSPAN sets how many rows a cell spans. The ROWSPAN attribute specifies the number of rows a cell should span. It decides the height of the cell in terms of number of rows used when a cell occupies more than one row.

400

Explain the difference between Cellspacing and Cellpadding tag

Cellspacing specifies the amount of space between cells in a table. Its possible values are 1,2,3 ans so on.

Cellpadding determines the space between the content and border of a cell. Here the values are integer.

400

Explain the difference between Type and Start.

Type is an attribute to specify the type of numbering to appear for an ordered list. It can be either 1, a, A, i or I.

Start attribute specifies any numeric value that gives the starting value to a list.

500

What is frame?

Frames allow you to have multiple sections of the browser window, called

Frames.

Syntax:

          <FRAMESET>

          <FRAME SRC= “HTML DOCUMENT NAME”>

          </FRAMESET>

500

What do you mean by forms and what are they?

Forms are used to accept input from a user. A form includes checkboxes, radio buttons, lists etc.

500

What is meant by list tags and what are they?

List are used to group related pieces of information together. There are three different types of list, they are:

(i)  <UL>  - Unordered list: An unordered list is used when the items are to be displayed in any particular sequence.  

(ii) <OL>  - Ordered list: Ordered list specifies items in sequential, numerical order.

(iii)<DL>  - Definition list: A definition list is a list of items, with a description of each item.

500

Explain different types of list.

(i)  <UL>  - Unordered list: An unordered list is used when the items are to be displayed in any particular sequence.  

(ii) <OL>  - Ordered list: Ordered list specifies items in sequential, numerical order.

(iii)<DL>  - Definition list: A definition list is a list of items, with a description of each item.

500

What are the different types of hyperlinks?

(i)      External linking

(ii)     Internal linking

(iii)    Email linking