Details
Help with nationality
We need to know your nationality so we can work out which elections you’re entitled to vote in. If you can’t provide your nationality, you’ll have to send copies of identity documents through the post.
HTML
<details class="govuk-details lbh-details" data-module="govuk-details">
<summary class="govuk-details__summary">
<span class="govuk-details__summary-text"> Help with nationality </span>
</summary>
<div class="govuk-details__text">
We need to know your nationality so we can work out which elections you’re
entitled to vote in. If you can’t provide your nationality, you’ll have to
send copies of identity documents through the post.
</div>
</details>
Details expanded
Help with nationality
We need to know your nationality so we can work out which elections you’re entitled to vote in. If you can’t provide your nationality, you’ll have to send copies of identity documents through the post.
HTML
<details
id="help-with-nationality"
class="govuk-details lbh-details"
data-module="govuk-details"
open
>
<summary class="govuk-details__summary">
<span class="govuk-details__summary-text"> Help with nationality </span>
</summary>
<div class="govuk-details__text">
We need to know your nationality so we can work out which elections you’re
entitled to vote in. If you can’t provide your nationality, you’ll have to
send copies of identity documents through the post.
</div>
</details>
Details with html
Where to find your National Insurance Number
Your National Insurance number can be found on
- your National Insurance card
- your payslip
- P60
- benefits information
- tax return
HTML
<details class="govuk-details lbh-details" data-module="govuk-details">
<summary class="govuk-details__summary">
<span class="govuk-details__summary-text">
Where to find your National Insurance Number
</span>
</summary>
<div class="govuk-details__text">
Your National Insurance number can be found on
<ul>
<li>your National Insurance card</li>
<li>your payslip</li>
<li>P60</li>
<li>benefits information</li>
<li>tax return</li>
</ul>
</div>
</details>