Links in web pages are often just normal text size, or perhaps bold. While a text link is easy to hit with a mouse, it can be quite hard to hit with a finger. To compensate for that you can turn text links into button-like elements. What you do is to add background color, border, padding etc. to the <a> element to make it look like a button.
view source