圖片

<input type="image" src="img.png" alt="image_name" height="50px" width="50px"/>

一個影象。你必須使用 src 屬性來定義影象的源,並使用 alt 屬性來定義替代文字。你可以使用 height 和 width 屬性來定義影象的大小(以畫素為單位)。