Web developer/[HTML]
[HTML_06][WEB][TAG] 태그의 링크
보끔밥0130
2023. 2. 11. 23:06
728x90
cf) html specification 사용 설명서
https://www.w3.org/TR/2011/WD-html5-20110405/
HTML5
This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web application authors, new elements are introduced based on research
www.w3.org
anchor
<a href="주소" target = "_blank", title = "사이트 이름"> String </a>
hypertext reference - href
target = "_blank" 속성으로 새 탭 열기가 됩니다.
728x90