Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Math.ceil()
- Excel
- push오류
- 소스트리인증실패
- Math.round()
- FileZilla다운로드
- 1521
- 주석이 먹히지 않을 때
- is_check
- selectoptions
- toFixed()
- calc.minus
- hide
- 파일질라설치오류
- Math.floor()
- addClass
- ctrl+/
- calc.plus
- FileZilla설치
- 파일질라다운로드
- index %
- SUB함수
- slideUp
- 증가값
- removeClass
- Parent
- selectedIndex
- 파일질라설치
- Git
- excel중복체크
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.09] practice06 - 계산기 버튼 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<h3>버튼을 만들자</h3>
<hr>
<form name="fo">
<button>1</button> <button>2</button> <button>3</button><br>
<button>4</button> <button>5</button> <button>6</button><br>
<button>7</button> <button>8</button> <button>9</button><br>
</form>
</body>
</html>
<!--
<input type="button">
- 단순한 푸시 버튼이다.
<button type="">
- 클릭 가능한 버튼을 나타낸다
- type에는 3가지가 있다. submit, reset, button
type을 지정하지 않으면 기본값으로 submit이 된다
-->
728x90
반응형
'JAVA_EE > HTML' 카테고리의 다른 글
[21.09.09] practice04 - DL(Definition List), DT(Definition Term), DD(Definition Description) 사용하여 용어 정리 (0) | 2021.09.09 |
---|---|
[21.09.09] practice05 - 이미지와 캡션(caption)넣기 (0) | 2021.09.09 |
[21.09.08] exam06 (0) | 2021.09.08 |
[21.09.08] exam05 (0) | 2021.09.08 |
[21.09.08] exam04 (0) | 2021.09.08 |