Q1-Whats is the difference between cellspacing and cellpadding?
Ans=Cell Padding:
Q2-If a page has to be loaded over all frames in window, what should be the value of TARGET attributes?
Q3-Which one of the following settlement is correct?
A:A table cannot contain another table
B:A Form can ve nested inside another form
C:Which element are table cells
Q4-List out tags that are support exclusively by IE and Netscape.
Q5-What tags are used to embed one html page inside another html page (without using frames)?
Q6-In dreamweaver what is used to apply same layout to my pages.
Q7-Which HTML tag is used to define an internal style sheet?
Q8-How do you define an inline style?
Ans=Cell Padding:
Cell padding is used for formatting purpose which is used to specify the space needed between the edges of the cells and also in the cell contents.
The general format of specifying cell padding is as follows:
< table width="100" border="2" cellpadding="5">
The above adds 5 pixels of padding inside each cell .
Cell Spacing:
Cell spacing is one also used f formatting but there is a major difference between cell padding and cell spacing. It is as follows: Cell padding is used to set extra space which is used to separate cell walls from their contents. But in contrast cell spacing is used to set space between cells.
The general format of specifying cell spacing is as follows:
Cell spacing is one also used f formatting but there is a major difference between cell padding and cell spacing. It is as follows: Cell padding is used to set extra space which is used to separate cell walls from their contents. But in contrast cell spacing is used to set space between cells.
The general format of specifying cell spacing is as follows:
< table width="100" border="2" cellspacing="20">
One can also apply cell spacing and cell padding together. It is done as follows:
One can also apply cell spacing and cell padding together. It is done as follows:
< table width="100" border="2" cellpadding="5" cellspacing =”20”>
Q2-If a page has to be loaded over all frames in window, what should be the value of TARGET attributes?
Q3-Which one of the following settlement is correct?
A:A table cannot contain another table
B:A Form can ve nested inside another form
C:Which element are table cells
Q4-List out tags that are support exclusively by IE and Netscape.
Q5-What tags are used to embed one html page inside another html page (without using frames)?
Q6-In dreamweaver what is used to apply same layout to my pages.
Q7-Which HTML tag is used to define an internal style sheet?
Q8-How do you define an inline style?
No comments:
Post a Comment