#HTML#圖像按鈕_學習札記

<input type="image" > 即使用圖像作爲按鈕進行form的提交 

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<title>Schwinn</title>
</head>
<form action="/study/login.jsp">
    賬號:<input type="text" name="name"> <br/>
    密碼:<input type="password" name="password" > <br/>
    <input type="image" src="kobe_click.jpg">
    </form>
</html>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章