Back to components
Tiles
Example
-
Header
Use the description to help users understand where the link will take them
-
Pay your council tax
You can pay in many ways, including Direct Debit, online, phone, post or in person
-
Problems paying your council tax
If you’re struggling to pay your council tax, contact us straight away so that we can help
-
Discounts and exemptions
Find out if you are eligible to claim student, single person or other discounts or exemptions
-
Bands and charges
A list of council tax bands, their charges and how to appeal if you think your band is wrong
-
Report a change
Let us know about a change of address, name or other changes in circumstance
HTML Snippet for navigation pods
<div class="groupPromo">
<div class="listWebpart">
<ul>
<li>
<a href="#">
<h3>Header</h3>
<p>Use the description to help users understand where the link will take them</p>
</a>
</li>
<li>
<a href="#">
<h3>Pay your council tax</h3>
<p>You can pay in many ways, including Direct Debit, online, phone, post or in person</p>
</a>
</li>
<li>
<a href="#">
<h3>Problems paying your council tax</h3>
<p>If you’re struggling to pay your council tax, contact us straight away so that we can help</p>
</a>
</li>
<li>
<a href="#">
<h3>Discounts and exemptions</h3>
<p>Find out if you are eligible to claim student, single person or other discounts or exemptions</p>
</a>
</li>
<li>
<a href="#">
<h3>Bands and charges</h3>
<p>A list of council tax bands, their charges and how to appeal if you think your band is wrong</p>
</a>
</li>
<li>
<a href="#">
<h3>Report a change</h3>
<p>Let us know about a change of address, name or other changes in circumstance</p>
</a>
</li>
</ul>
</div>
</div>