Files
banner/docs/samples/course/getFees.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>