HTML_05_a

charl hi·2021년 1월 9일
0

HTML

목록 보기
5/7

a

  • 링크 생성 (anchor(닻); 정보의 바다에 정박한다)
  • defines a hyperlink, which is used to link from one page to another.
  • 속성
    • href : hypertext reference; URL. 주소
    • target : 링크된 문서를 어디에 열지 결정
    • title : 이 링크가 어떤 내용을 담고 있는지를 "~"라는 제목의 툴팁으로 보여준다.

예)

<a href="https://www.w3schools.com/tags/tag_a.asp" target="_blank" title="html5 specification">Hypertext Markup language (HTML)</a>

target="_blank" : 링크된 문서를 새 창이나 새 탭으로 열기
title="html5 specification" : "~"라는 텍스트를 툴팁으로 보여주기

Hypertext Markup language (HTML)


Ref

0개의 댓글

Powered by GraphCDN, the GraphQL CDN