I want to make an HTML button and change the font, background color, and make it a link to a website. I've only been able to have one of these three elements in one button. How can I combine all of those features in one button? here is my code: <button style="color: red"><b>Help</b></button>