Difference between revisions of "Scope and headers"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
</style> | </style> | ||
<table style="border: thin solid darkblue;"> | <table style="border: thin solid darkblue;"> | ||
− | + | <tr> | |
− | + | <td></td> | |
− | < | + | <th id="city" scope="col"> City </th> |
− | + | <th id="state" scope="col"> State </th> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th scope="row"> location</th> | |
− | + | <td headers="state">Alexandira </td> | |
− | + | <td>VA</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Location 2 </td> | |
− | + | <td>Fairfax</td> | |
− | + | <td hreader="city">MD</td> | |
− | + | </tr> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</table> | </table> | ||
</html> | </html> |
Revision as of 18:37, 2 February 2018
City | State | |
---|---|---|
location | Alexandira | VA |
Location 2 | Fairfax | MD |