mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 09:14:24 -06:00
37 lines
843 B
HTML
37 lines
843 B
HTML
|
|
<section aria-labelledby="fees">
|
|
|
|
<table class="basePreqTable">
|
|
<thead>
|
|
<tr>
|
|
<th>Level</th>
|
|
<th>Description</th>
|
|
<th class="courseFeeAmount">Amount</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
<tr>
|
|
<td></td>
|
|
<td>Differential Tuition COB USPR</td>
|
|
<td class="courseFeeAmount">$126.00</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td></td>
|
|
<td>Digital Learning Fee</td>
|
|
<td class="courseFeeAmount">$75.00</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td></td>
|
|
<td>ISCS Course Resource Fee</td>
|
|
<td class="courseFeeAmount">$75.00</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</section>
|