HTML _CSS

HTML

HiroDaegu 2021. 8. 19. 20:22
728x90
SMALL

a 태그 흉내내기 코드

  <p style="color:blue; text-decoration:underline;"
  onmousedown="this.style.color='red'; window.location.href='https://www.naver.com';"
  onmouseup="this.style.color='blue';"
  >a 태그 흉내내기</p>
728x90
LIST