You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tables are used to present structured data in a clear and organized way. They help users scan information quickly, compare values, and understand relationships between data.
12
10
13
-
<aid="Types">
14
-
<h2>Types</h2>
15
-
</a>
11
+
<aid="Types"></a>
12
+
13
+
## Types
16
14
17
15
Different types of tables help present information based on use cases and data complexity.
18
16
19
-
<h3>Basic Table</h3>
17
+
### Basic Table
20
18
21
19
Basic tables are used to display structured data in rows and columns.
22
20
23
-
<Table>
21
+
<table>
24
22
<thead>
25
23
<tr>
26
24
<th>Name</th>
@@ -35,13 +33,13 @@ Basic tables are used to display structured data in rows and columns.
35
33
<td>Active</td>
36
34
</tr>
37
35
</tbody>
38
-
</Table>
36
+
</table>
39
37
40
-
<h3>Striped Table</h3>
38
+
### Striped Table
41
39
42
40
Striped tables improve readability by alternating row colors.
0 commit comments