HTML a 태그

1 개요[ | ]

HTML a tag, anchor tag; anchor; <a>
HTML a 태그, 앵커 태그
  • 하이퍼링크를 만드는 태그
  • 문서 또는 웹사이트 링크 생성
html
Copy
<a href="http://zetawiki.com">zetawiki 웹사이트</a>

2 기본 스타일[ | ]

  • 미방문(unvisited): 밑줄 + 파란색
  • 방문(visited): 밑줄 + 보라색
  • 액티브(active): 밑줄 + 빨간색

3 같이 보기[ | ]

4 참고[ | ]

  • HTML 커스텀 태그
    Error: Element asdf not allowed as child of element body in this context. (Suppressing further errors from this subtree.) HTML5 검사 도구에서 에러가 나옵니다. 커스텀 태그를 만들 때, Mywikier