|
|
Using Tables - Details
Using Tables - Details
True or False:
- Setting a table width to 100% will allow the table to re-shape if I re-size
my browser window.
True
- You cannot have one table inside another table.
False
- A table border of "0" makes the table invisible.
False
- Cell padding of "4" pushes cells 4 pixels apart.
False
- You cannot have lists, paragraphs, forms etc. inside a table.
False
- If you specify your 3 columns as 300, 300 and 300, but your table is only
600 wide, your page will refuse to load.
False
- Tables are great for laying out forms.
True
- A number of complex tables within other complex tables may slow your page
rendering.
True
- Most web editors do tables automatically, and their code is always easy to
read.
False
- New browsers which use CSS cannot use tables.
False
- There are many other tags for tables some of which are not universally
supported.
True
- An image of width 200 will refuse to show in a cell of width 150.
False
|
|