Skip to content

Commit

Permalink
Update tags associated with table
Browse files Browse the repository at this point in the history
  • Loading branch information
mattry committed Dec 10, 2024
1 parent eab3301 commit b7279c6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions week1/day1/tabledemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
<body>
<h1 style="text-align: center;">Table Demo</h1><hr/>
<table border="2">
<title>Demo Table</title>
<th>Roll Number</th>
<th>First Name</th>
<th>Last Name</th>
<caption>Demo Table</caption>
<tr>
<th>Roll Number</th>
<th>First Name</th>
<th>Last Name</th>
</tr>
<tr>
<td rowspan="2">101</td>
<td>John</td>
Expand Down

0 comments on commit b7279c6

Please sign in to comment.