Skip to content

Instantly share code, notes, and snippets.

@BroFox86
Last active November 30, 2023 10:45
Show Gist options
  • Save BroFox86/d3327281d93ee004899beee35436d52b to your computer and use it in GitHub Desktop.
Save BroFox86/d3327281d93ee004899beee35436d52b to your computer and use it in GitHub Desktop.
[Input with button] #html #accessibility
<div>
<input aria-describedby='subscribeButton'/>
<button id='subscribeButton' type='button'>
Subscribe
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment