<button> ๋ฒํผ์ ๋งํฌํ๋ ๋ฐฉ๋ฒ, ์์ฐฝ์ผ๋ก ๋งํฌํ๋ ๋ฐฉ๋ฒ์ ๋๋ค. ๋ฒํผ <button>์ ๋งํฌํ๋ ๋ฐฉ๋ฒ์ ์ฌ๋ฌ๊ฐ์ง ์ ๋๋ค.
- <a href="#">๋ก ๋งํฌํ๋ ๋ฐฉ๋ฒ
- <button>์ onclick๋ก ๋งํฌํ๋ ๋ฐฉ๋ฒ
- <input type="button">์ผ๋ก ๋งํฌํ๋ ๋ฐฉ๋ฒ
- <form> ํ๊ทธ์ ๋งํฌํ๋ ๋ฐฉ๋ฒ
<button>์ a ํ๊ทธ๋ก ๋งํฌํ๋ ๋ฐฉ๋ฒ
<a href="#"> ๋ก <button>์ ๊ฐ์ธ์ ๋งํฌ๋ฅผ ํฉ๋๋ค.
<a href="https://amango.tistory.com" target="_blank">
<button>
๋ฒํผ๋งํฌ ๋ฐฉ๋ฒ1
</button>
</a>
<button>์ผ๋ก <a> ํ๊ทธ๋ฅผ ๊ฐ์ธ์ ๋งํฌ๋ฅผ ํฉ๋๋ค.
<button>
<a href="https://amango.tistory.com" target="_blank">
๋ฒํผ๋งํฌ ๋ฐฉ๋ฒ1
</a>
</button>
<button>์ <a>ํ๊ทธ๋ก ๋งํฌํ์ ๋ ์ผ๋ถ ๋ธ๋ผ์ฐ์ ์์ ํด๋ฆญ์ด ์๋๋ ํ์์ด ์์ ๊ฒฝ์ฐ onclick๋ฅผ ์ด์ฉํ์ธ์. ๐
<button>์ onclick ๋ก ๋งํฌํ๊ธฐ
<button> ํ๊ทธ ์์ ์๋ฐ์คํฌ๋ฆฝํธ onclick ์์ฑ์ ์ฌ์ฉํด์ ๋งํฌ๋ฅผ ํฉ๋๋ค.
<button type="button" onclick="location.href='https://amango.tistory.com';">์์ด๋ง๊ณ ๋ฐ๋ก๊ฐ๊ธฐ</button>
๋ฒํผ <button>์ ์์ฐฝ์ผ๋ก ๋งํฌํ๋ ค๋ฉด onclick="window.open('url')"์ ์ฌ์ฉํ๋ฉด๋ฉ๋๋ค.
<button type="button" onclick="window.open('https://amango.tistory.com');">์์ด๋ง๊ณ ๋ฐ๋ก๊ฐ๊ธฐ</button>
input type="button"์ ๋งํฌํ๊ธฐ
input type์ button ์์ฑ์ ๋ถ์ฌํด์ ๋ฒํผ์ ๋ง๋ค์ด์ฃผ๊ณ <a> ํ๊ทธ๋ก ๋งํฌํฉ๋๋ค.
<a href="https://amango.tistory.com/" target="_blank">
<input type="button" value="์์ด๋ง๊ณ ๋ฐ๋ก๊ฐ๊ธฐ">
</a>
form action์ ๋งํฌํ๊ธฐ
<form>ํ๊ทธ์ url์ ๋งํฌํ๋ ๋ฐฉ์์
๋๋ค.
์์ฐฝ์ผ๋ก ๋์ฐ๋ ค๋ฉด target="_blank"๋ฅผ ์ถ๊ฐํ๋ฉด ๋ฉ๋๋ค. html 5์์๋ ํ๊ฒ์ ์ง์ํฉ๋๋ค.
<form method="get" action="https://amango.tistory.com">
<button type="submit">์์ด๋ง๊ณ ๋ฐ๋ก๊ฐ๊ธฐ</button>
</form>
<a>ํ๊ทธ๋ก ๋งํฌํ์ ๋๋ ์ปค์ ํฌ์ธํธ๊ฐ ๋์ค์ง๋ง ๋๋จธ์ง input์ด๋ form์ผ๋ก ๋งํฌํ์ ๋ ์ปค์ํฌ์ธํธ๊ฐ ๋์ค์ง ์์ต๋๋ค.
<button>์ ์ปค์ํฌ์ธํธ๋ฅผ ๋ฃ์ด์ฃผ์ธ์.
<style>
button {cursor: pointer; }
input[type="submit"] {cursor: pointer;}
</style>
ํจ๊ป ๋ณด๋ฉด ์ข์ ๊ธ
'HTML&CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
ํฐ์คํ ๋ฆฌ ๋์์ ์ ํ๋ธ ํ๋จ ์ฌ๋ฐฑ ์ ๊ฑฐ ์ฑ๊ณต ๐ (4) | 2023.02.05 |
---|---|
icomoon ์ฌ์ฉ๋ฒ ์์ด์ฝ ํฐํธ ์ง์ ๋ง๋ค์ด๋ณด์! (0) | 2023.02.02 |
icomoon ํฐํธ ์์ด์ฝ ์ฌ์ฉ๋ฒ (0) | 2023.01.19 |
<button> ๋ฒํผ์ ๋งํฌํ๊ธฐ (0) | 2022.12.02 |
์ฝ๋ ํธ์ง๊ธฐ ๋ญ ์ฐ์ธ์? ํน์ visual studio code? (0) | 2022.07.23 |