mj-button

Displays a customizable button.

<mjml>
  <mj-body>
    <mj-section>
      <mj-column>
        <mj-button font-family="Helvetica" background-color="#f45e43" color="white">
          Don't click me!
         </mj-button>
      </mj-column>
    </mj-section>
  </mj-body>
</mjml>

Here is the list of attribute you can use on button element -

This element is rendered as a anchor tag. So you can apply href, rel, target attribute as you do with a tag in HTML.

Border properties are for the button itself.