일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- SQL
- DP
- Hash
- 스토어드 프로시저
- two pointer
- 다익스트라
- 그래프
- Trie
- Stored Procedure
- union find
- 이진탐색
- Brute Force
- Two Points
- String
- binary search
- MYSQL
- Dijkstra
Archives
- Today
- Total
codingfarm
button 본문
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head><meta charset="utf-8"></head>
<body>
<form action="http://localhost/form.php">
<input type="text">
<input type="submit" value = "전송">
<input type="button" value = "버튼" onclick="alert('hello world')"">
<input type="reset">
</form>
</body>
</html>
|
cs |

오른쪽의 버튼을 누르면 경고창이 뜬다.
'web > HTML5' 카테고리의 다른 글
label (0) | 2020.09.28 |
---|---|
hidden (0) | 2020.09.27 |
radio, checkbox (0) | 2020.09.27 |
form_choice (0) | 2020.09.27 |
form (0) | 2020.09.27 |
Comments