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. 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
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.