Question:

HTML.... help.. answer this ok?

by  |  earlier

0 LIKES UnLike

True or false....

_________1. the specified width of the cell is overridden by the width of the text when it has a bigger width.

_________2.If the text inside the cell is wider and taller that the specified width and height, then some parts beyond the boundaries of the cell are hidden.

_________3.The total number of columns or data cells should be the same in all rows.

_________4.Rowspan merges cell with the ell to its right.

_________5.Data cell within a column cab have different widths.

_________6.The height of all row in the table should be the same.

_________7.The cell with the smallest width defines the width of the entire column.

_________8.Cellspacing specifies the distance between two cells in all direction.

_________9.If you want to hide the border of the window, you just set the border size to 0.

________10.If the width of the table is specified in pixels, the width of a cell defined in percent will be based on the width of the browser window.

Thx ....

^_^

 Tags:

   Report

3 ANSWERS


  1. I'll answer what I know for a fact...

    3.The total number of columns or data cells should be the same in all rows.

    Yes, unless you use the colspan command in a <td> block.

    5.Data cell within a column cab have different widths.

    Probably, but it'll take some CSS trickery to achieve that.

    6.The height of all row in the table should be the same.

    Yes

    8.Cellspacing specifies the distance between two cells in all direction.

    Yes, unless you specify the sides with a style sheet.

    9.If you want to hide the border of the window, you just set the border size to 0.

    I assume you mean table Yes.

    10.If the width of the table is specified in pixels, the width of a cell defined in percent will be based on the width of the browser window.

    No, it will conform to the table width.


  2. 1) FALSE. Using either HTML or HTML/CSS.

    2) TRUE. The test/graphic should be cut off to the dimensions of the cell.

    3) TRUE. You can use the COLSPAN tag to override this, but fundamentally there are still the same number of columns it's just that 2 or more may be joined.

    4) FALSE.

    5) TRUE, either using HTML or CSS.

    6) TRUE by default, FALSE if it's overridden by an HTML HEIGHT attribute for a row. This can also be done using CSS.

    7) FALSE. The widest cell enlarges the column, up to the maximum of the width of the table along with the width of the other columns.

    8) TRUE. Likewise CELLPADDING specifies the buffer on the inside of the cell where the text/graphics will go.

    9) TRUE. Of course using CSS you can turn on/off borders and their types and different/same colors.

    10) FALSE. If the width of the table is specified in pixels, the defined percentage width cell will be based on the width of the table, not the browser window.

  3. java script tutorials-http://aboutjavascript.info/

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.