본문 바로가기

FRONT

[Html] <button /> 버튼에 링크걸기

728x90

- 버튼에 링크를 걸려면 <a href ="#">을 쓰면 안된다 ! 

 

- 버튼 태그안에 onclick = "location.href = '#' "넣기 !

<button type="button" onclick="location.href='매핑주소' ">회원가입</button>

 

728x90