일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스토어드 프로시저
- MYSQL
- Two Points
- two pointer
- binary search
- DP
- Dijkstra
- 그래프
- Hash
- 다익스트라
- SQL
- union find
- String
- Stored Procedure
- 이진탐색
- Brute Force
- Trie
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