Add th element scope attribute to table columns
This commit is contained in:
parent
68cf8c250b
commit
bf7e05725e
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Directory -->
|
||||
<!-- Version: 0.1.0-alpha.1 -->
|
||||
<!-- Version: 0.2.0-alpha.1 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -35,10 +35,10 @@
|
||||
either run by me or other people, but are hosted on Inferencium servers.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>URI</th>
|
||||
<th>Description</th>
|
||||
<th>Public?</th>
|
||||
<th scope="col">Name</th>
|
||||
<th scope="col">URI</th>
|
||||
<th scope="col">Description</th>
|
||||
<th scope="col">Public?</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Inferencium</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user