4.1.5 | clickable div + nested button

This could totally be some nesting limitation on links in divs but:

  1. Use div element to create a clickable area
  2. Toggle tag from <div> to <a>
  3. Add link url
  4. Add button within div + link url

Previews (as designed) like so:

Front end, not so much:

Changing the div tag back to <div> solves the formatting issue but obviously loses the desired functionality.

Thanks! Confirmed.

1 Like