Thursday, December 24, 2009

Which of the following statements is not a rule for creating tables in html?

which of the following statements is not a rule for creating tables in html?





a. Leave atleast one space between each cell


b. Aligh %26lt;tr%26gt; and %26lt;td%26gt; tabs with left column


c. Indent rows that contain table cells


d. Leave a blank line between rowsWhich of the following statements is not a rule for creating tables in html?
None of them is compulsory.Which of the following statements is not a rule for creating tables in html?
IMHO, this is a BS question. Where are you studying HTML?





a. Spaces between cells don't matter in terms of writing correct code for a table.





b. Alignment is a style question and doesn't affect code correctness.





c. Indenting is a style question and doesn't affect code correctness.





d. Leaving blank lines between things is a style question and doesn't affect code correctness.





Not a single one of these items is a ';rule'; for HTML tables.

No comments:

Post a Comment