Html – Add button inside the label but without changing any styles
I have the code on my website with a header: <h3 class="label" type="button"> It is an accordion so I'd like to make it more accessible by changing it to: <h3 class="label"><button aria-expanded="true">. But it adds some styling on top for…