Quick Code for Copy Paste
Plain button
Copy the following code into your HTML editor. Replace the link and Click Here text.
<a href="https://example.com" class="btn">Click Here</a>
Custom Color Button.
Copy the following code into your HTML editor. Replace the link, Click Here text, and your custom colors. You can use custom HEX codes to match your institution branding!
<a href="LINK" class="btn" style="background-color:purple; color:white;">Button name</a>
Additional HTML Articles
Quick Tip
You can copy and paste the button after it's made
Comments
Please sign in to leave a comment.