Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
HTML5: a 태그, button 태그 차이 본문
💻Bootcamp Self-Study Revision✨/HTML5, CSS, Bootstrap, JSP
HTML5: a 태그, button 태그 차이
yjyuwisely 2023. 4. 23. 07:00a 태그
페이지의 이동, 페이지 내의 다른 영역으로의 이동 등 상호작용이 필요할 경우 사용된다.
button 태그
단순 클릭 이벤트, form요소에 입력된 내용을 서버로 전송할 때 사용된다.
A button is meant to submit information and will not necessarily redirect the user to an entirely new web page.
A button tag can have a variety of behaviors, such as submitting a form, opening a link, or performing a JavaScript function when clicked. A regular tag does not have this built-in behavior and may require additional JavaScript code to create similar functionality.
728x90
반응형
'💻Bootcamp Self-Study Revision✨ > HTML5, CSS, Bootstrap, JSP' 카테고리의 다른 글
CSS: 배경에 전체 이미지가 적용되게 만들기 background-position: center center; 사용 (0) | 2023.04.23 |
---|---|
JSP: request.setCharacterEncoding("UTF-8") (0) | 2023.04.23 |
CSS: text가 전혀 없는 클래스에 배경 색상 주는 법: height, width 지정하기 (0) | 2023.04.20 |
Bootstrap: bi bi-download me-2 다운로드 아이콘 (0) | 2023.04.20 |
Comments