Menu
My Site LogoMy Site LogoDesign System
GitHub
๐ŸŒœ
๐ŸŒž
My Site LogoMy Site LogoDesign System
  • GitHub
  • Designing
    • Design kits
    • Accessibility
  • Developing
    • Installing with npm
    • Installing from dist
    • Update using npm
    • Browser support
    • Using it with React
    • Blank page template
    • Typography
    • Colours
    • Sass reference
    • Usage with TypeScript
  • Components
    • Accordion
    • Announcement
    • Back link
    • Back to top
    • Breadcrumbs
    • Button
    • Contact block
    • Conversation
    • Collapsible
    • Character count
    • Checkboxes
    • Cookie banner
    • Date input
    • Details
    • Dialog
    • Error message
    • Error summary
    • Fieldset
    • File upload
    • Header
    • Hint
    • Input
    • Inset text
    • Label
    • Page announcement
    • Pagination
    • Panel
    • Phase banner
    • Radios
    • Search box
    • Select
    • Simple pagination
    • Skip link
    • Summary list
    • Stat
    • Table
    • Tag
    • Tabs
    • Textarea
    • Timeline
    • Tip
    • Warning text
  • Patterns
    • Sign in to a service
    • Navigate around a service
  • Starter kits
    • Prototyping
    • Production
  • Data visualisation
    • Getting started
  • Contributing
    • Ways to contribute
    • Coding standards

Fieldset

What is your address?

HTML#

<fieldset class="govuk-fieldset lbh-fieldset">
<legend class="govuk-fieldset__legend">What is your address?</legend>
</fieldset>

Fieldset as page heading#

HTML#

<fieldset class="govuk-fieldset lbh-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--xl">
<h1 class="govuk-fieldset__heading">What is your address?</h1>
</legend>
</fieldset>
Edit this page
Previous
ยซ Error summary
Next
File upload ยป
  • HTML
  • Fieldset as page heading
    • HTML
Made by HackIT.