How to put a jpg or png image into a button in HTML

后端 未结 8 2234
面向向阳花
面向向阳花 2020-12-09 16:57

I want a button with an image in it. I am using this:

 

But it do

8条回答
  •  粉色の甜心
    2020-12-09 17:15

    You can style the button using CSS or use an image-input. Additionally you might use the button element which supports inline content.

    
    

提交回复
热议问题