Skip to content

Commit f092d54

Browse files
committed
Update index.html
1 parent c55f158 commit f092d54

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

index.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -153,41 +153,41 @@ <h2 class="" id="">Loading...</h2>
153153
video.
154154
</video>
155155
</div>
156-
<table>
157-
<caption>Front-end web developer course 2021</caption>
158-
<thead>
159-
<tr>
160-
<th scope="col">Person</th>
161-
<th scope="col">Most interest in</th>
162-
<th scope="col">Age</th>
156+
<table class="" id="">
157+
<caption class="" id="">Front-end web developer course 2021</caption>
158+
<thead class="" id="">
159+
<tr class="" id="">
160+
<th class="" id="" scope="col">Person</th>
161+
<th class="" id="" scope="col">Most interest in</th>
162+
<th class="" id="" scope="col">Age</th>
163163
</tr>
164164
</thead>
165-
<tbody>
166-
<tr>
167-
<th scope="row">Chris</th>
168-
<td>HTML tables</td>
169-
<td>22</td>
165+
<tbody class="" id="">
166+
<tr class="" id="">
167+
<th class="" id="" scope="row">Chris</th>
168+
<td class="" id="">HTML tables</td>
169+
<td class="" id="">22</td>
170170
</tr>
171-
<tr>
172-
<th scope="row">Dennis</th>
173-
<td>Web accessibility</td>
174-
<td>45</td>
171+
<tr class="" id="">
172+
<th class="" id="" scope="row">Dennis</th>
173+
<td class="" id="">Web accessibility</td>
174+
<td class="" id="">45</td>
175175
</tr>
176-
<tr>
177-
<th scope="row">Sarah</th>
178-
<td>JavaScript frameworks</td>
179-
<td>29</td>
176+
<tr class="" id="">
177+
<th class="" id="" scope="row">Sarah</th>
178+
<td class="" id="">JavaScript frameworks</td>
179+
<td class="" id="">29</td>
180180
</tr>
181-
<tr>
182-
<th scope="row">Karen</th>
183-
<td>Web performance</td>
184-
<td>36</td>
181+
<tr class="" id="">
182+
<th class="" id="" scope="row">Karen</th>
183+
<td class="" id="">Web performance</td>
184+
<td class="" id="">36</td>
185185
</tr>
186186
</tbody>
187-
<tfoot>
188-
<tr>
189-
<th scope="row" colspan="2">Average age</th>
190-
<td>33</td>
187+
<tfoot class="" id="">
188+
<tr class="" id="">
189+
<th class="" id="" scope="row" colspan="2">Average age</th>
190+
<td class="" id="">33</td>
191191
</tr>
192192
</tfoot>
193193
</table>

0 commit comments

Comments
 (0)