Button Link

Example styling a link as a button.

Preview

Code

<a href="https://example.com" style="padding:10px 15px;background:blue;color:white;text-decoration:none;">
Visit Website
</a>

More HTML Links Examples (11)