| <!-- | |
| @MAC-ALLOW:AXIndex=* | |
| @MAC-ALLOW:AXColumnIndexRange=* | |
| @MAC-ALLOW:AXRowIndexRange=* | |
| --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Table example - th rowheader</title> | |
| </head> | |
| <body> | |
| <table border=1> | |
| <tr> | |
| <th>Firstname</th> | |
| <td>Jill</td> | |
| </tr> | |
| <tr> | |
| <th>Lastname</th> | |
| <td>Smith</td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |