How do I make an html link look like a button?

后端 未结 22 1046
执笔经年
执笔经年 2020-11-22 14:03

I\'m using ASP.NET, some of my buttons just do redirects. I\'d rather they were ordinary links, but I don\'t want my users to notice much difference in the appearance. I c

22条回答
  •  温柔的废话
    2020-11-22 14:56

    The CSS3 appearance property provides a simple way to style any element (including an anchor) with a browser's built-in

提交回复
热议问题