Web
[HTML] <a> 태그, href, title
씌워터
2020. 9. 26. 20:57
링크 <a> </a>
- anchor
- href (hypertext reference): 원하는 페이지 주소를 넣어줌
- title: 마우스를 올렸을 때 나타나는 해당 페이지 설명 넣어줌
<a href="https://www.w3.org/TR/2011/WD-html5-20110405/" target=
_blank title="html5 specification">Hypertext Markup Language (HTNL)</a>