button
2021. 7. 5. 13:43ㆍhello world!
<html> <head> <meta charset="utf-8"> </head> <body> <form action="http://localhost/form.php"> <input type="submit" value="전송"> <input type="button" value="버튼" onclick="alert('hello world')"> //* 눌러도 이동하지 않는 버튼, 자바스크립트 ↑와 함께 사용 *// </form> </body> </html> |
<input type="reset"> |
리셋버튼
'hello world!' 카테고리의 다른 글
lable (0) | 2021.07.05 |
---|---|
hidden field (0) | 2021.07.05 |
radio,checkbox (0) | 2021.07.05 |
form-drop down list (0) | 2021.07.05 |
table,td,tr (표) (0) | 2021.07.05 |