1. Home
  2. Slides
  3. How to create a button?

How to create a button?

You can easily create a button with the following html code:

<a href="https://google.com" class="button">Button</a>

You can replace the href attribute value with your URL or remove it, so the button will click, but no action will follow after. There are many other attributes you can add on top of that, that will extend the default action for your specific case. More button examples you can find here: https://designmodo.com/slides/app/preview/example/buttons/

Updated on December 23, 2019

Was this article helpful?

Related Articles