Advertisement
chaaben7

Defining an HTML Table

Sep 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. An HTML table is defined with the <table> tag.
  2.  
  3. Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table headings are bold and centered. A table data/cell is defined with the <td> tag.
  4.  
  5. The Exemple code here: http://ow.ly/wuZd304xqRs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement