How to create an HTML button that acts like a link?

后端 未结 30 3597
长发绾君心
长发绾君心 2020-11-21 04:18

I would like to create an HTML button that acts like a link. So, when you click the button, it redirects to a page. I would like it to be as accessible as possible.

30条回答
  •  独厮守ぢ
    2020-11-21 05:16

    Use:

    
        
    
    

    Unfortunately, this markup is no longer valid in HTML5 and will neither validate nor always work as potentially expected. Use another approach.

提交回复
热议问题