HTML: How to make a button with text + image in it?

<button type="button">
<img src="save.gif" alt="Save icon"/>
<br/>
Save
</button>

Comments

Popular posts from this blog

Cách khắc phục lỗi NodeJS chạy quá ngốn Ram trên Visual Studio 2017

Javascript: Calcuate MD5 hash of a large file

Razor: Convert Dictionary from Server to Javascript Dictionary