digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
15 lines (11 loc) • 406 B
HTML
<div class="govuk-form-group">
<label class="govuk-label govuk-label--m" for="input-example">
Here is the service question
</label>
<div id="input-example-hint" class="govuk-hint">
<div class="govuk-body">
Here is the question advice
</div>
</div>
<input class="govuk-input" id="input-example" name="example" type="text" aria-describedby="input-example-hint">
</div>