Thursday, 5 July 2012

TABLE

table

Defines a table used for tabular data.

Optional Attributes
  • summary can be used to provide a summary of the data represented in the table.
  •  
  • Note: There are other valid attributes (bordercellpaddingcellspacingframeruleswidth) but they are purely presentational and so CSS should be used instead.
Example

<table>
        <tr>
               <th>Question</th>
               <th>Answer</th>
               <th>Correct?</th>
        </tr>
        <tr>
               <td>What is the capital of Burundi?</td>
               <td>Bujumburra</td>
               <td>Yes</td>
        </tr>
        <tr>
               <td>What is the capital of France?</td>
               <td>F</td>
               <td>Erm... sort of</td>
        </tr>
</table>

No comments:

Post a Comment

Physics basic inventions and inventors

1.Which instrument is used to measure altitudes in aircraft's ? Audiometer Ammeter Altimeter Anemometer Explanation : ...