step 1 - * Open up your coding software.
step 2 - Create a new html file.
step 3 - Put in the following code below -
<html>
<body>
<a href="Your_Link_Here" <!-- make sure to put https:/ -->
<button>Your Text Here</button>
</a>
</body>
</html>
Top comments (0)