Add link to button HTML

后端 未结 6 2041
独厮守ぢ
独厮守ぢ 2020-12-06 23:22

I\'m trying to add link to my buttons.

My current HTML codes are below


  
6条回答
  •  庸人自扰
    2020-12-06 23:51

    Use the a tag for links. For example :

    Get support
    

    Also, add display:inline-block in the css if you are using the a tag instead of the button tag.

提交回复
热议问题