You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

JSON

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}


Tables

TablesAreCool
col 1 isleft-aligned$1600
col 2 iscentered$12
col 3 isright-aligned$1


<table> <thead> <tr> <th>Layer 1</th> <th>Layer 2</th> <th>Layer 3</th> </tr> </thead> <tbody> <tr> <td rowspan=4>L1 Name</td> <td rowspan=2>L2 Name A</td> <td>L3 Name A</td> </tr> <tr> <td>L3 Name B</td> </tr> <tr> <td rowspan=2>L2 Name B</td> <td>L3 Name C</td> </tr> <tr> <td>L3 Name D</td> </tr> </tbody> </table>



  • No labels