UNPKG

govuk-frontend

Version:

GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.

28 lines (27 loc) 1.31 kB
<table class="govuk-table"> <caption class="govuk-table__caption govuk-table__caption--m">Caption 1: Months and rates</caption> <thead class="govuk-table__head"> <tr class="govuk-table__row"> <th scope="col" class="govuk-table__header">Month you apply</th> <th scope="col" class="govuk-table__header govuk-table__header--numeric">Rate for bicycles</th> <th scope="col" class="govuk-table__header govuk-table__header--numeric">Rate for vehicles</th> </tr> </thead> <tbody class="govuk-table__body"> <tr class="govuk-table__row"> <th scope="row" class="govuk-table__header">January</th> <td class="govuk-table__cell govuk-table__cell--numeric">£85</td> <td class="govuk-table__cell govuk-table__cell--numeric">£95</td> </tr> <tr class="govuk-table__row"> <th scope="row" class="govuk-table__header">February</th> <td class="govuk-table__cell govuk-table__cell--numeric">£75</td> <td class="govuk-table__cell govuk-table__cell--numeric">£55</td> </tr> <tr class="govuk-table__row"> <th scope="row" class="govuk-table__header">March</th> <td class="govuk-table__cell govuk-table__cell--numeric">£165</td> <td class="govuk-table__cell govuk-table__cell--numeric">£125</td> </tr> </tbody> </table>