보랑취향

<button>버튼테그</button> 본문

IT/html&css

<button>버튼테그</button>

보랑취향 2024. 2. 9. 12:01

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
Comments