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
- 포토샵
- 피그마기초
- 비주얼스튜디오코드
- google icons
- 프롬프트 엔지니어링 자격증
- 인공지능AI
- 베이킹
- 피그마
- 홈베이킹
- 노베이킹파우더
- 점점퍼지는버튼
- 코딩
- 수증기효과
- 일러스트기초
- ai데이터분석가
- 애니메이션버튼코딩
- 쿠킹씨
- gif
- html 아이콘
- 브라우저검사
- claude
- Midjourney
- 인공지는챗봇
- 취미
- 반응형
- 베이킹기록
- 노른자베이킹
- widsurf
- 요리
- AI
Archives
- Today
- Total
보랑취향
<button>버튼테그</button> 본문
https://www.w3schools.com/css/css3_buttons.asp
CSS Buttons
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
<button> 링크
<button>테그는 <a href ="#">를 쓸 수 없다.
버튼 태그안에 onclick = "location.href = '#' "을 넣어서 링크를 걸어준다.
바로링크걸기
<button type="button" onclick="location.href='link.jsp' ">링크걸기</button>
새창열기
<button type="button" onclick="window.open('https://developer.mozilla.org/') ">링크열기</button>
728x90
'IT > html&css' 카테고리의 다른 글
[스크립트] 년도 숫자 카운트 코딩 (0) | 2025.06.09 |
---|---|
css 용어정리 (1) | 2025.04.09 |
[CSS] box-sizing : border-box; (0) | 2024.02.08 |
구글 아이콘 코딩 Material Symbols and Icons 사용법 (1) | 2024.02.02 |
셀렉터[어트리뷰트^=”값”] (2) | 2024.01.23 |
Comments