<a>
</a>
태그
anchor를 의미하며, 다른 웹페이지(외부 혹은 내부)로 이동할 수 있는 경로를 정의한다.
href(hyperlink reference)속성을 포함한다.
href is used to link to a path, or the address to where a file is located (whether it is on your computer or another location).
href는 주로 url을 정의 한다.
target 속성은 링크가 어떻게 열릴 것인지를 정의한다.
링크를 새 창에서 열고싶을 때 '_blank' 값을 넣어준다.
또한, 텍스트뿐만 아니라 이미지로 링크를 생성할 수 있다. 단, <a>
태그 안에서 이뤄져야 한다.