The images put into a web pages are called .....
Inline
A list within another list is called .....
nested list
...... is a set of data arranged in rows and columns.
Table
...... are used to connect different web pages.
Hyperlink
...... are used to accept input from the user.
Forms
Which attribute is used to add the border colour of an image?
bordercolor
Which attribute is used to add hyperlink?
href
...... specifies amount of space between cells in a table.
Cellspacing
...... determines the space between the content and the border of a cell.
Cell padding
...... tag defines a header cell in an html table.
<TH>
Write the syntax of the following tags.
Video tag
<EMBED SRC= “PATH”>
Write the syntax of the following tags.
Hyperlink tag
<A HREF= “destination link”> ………………………</A>
Write the syntax of the following tags.
Colspan tag
<TD COLSPAN= “NUMBER”> ………………………</TD>
Write the syntax of the following tags.
Frame tag
<FRAME SRC= “HTML DOCUMENT NAME”>
Write the syntax of the following tags.
Hyperlink tag
<A HREF= “destination link”> ………………………</A>
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.
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.
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.
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.
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.
What is frame?
Frames allow you to have multiple sections of the browser window, called
Frames.
Syntax:
<FRAMESET>
<FRAME SRC= “HTML DOCUMENT NAME”>
</FRAMESET>
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.
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.
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.
What are the different types of hyperlinks?
(i) External linking
(ii) Internal linking
(iii) Email linking