Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- display
- LIKELION
- function
- 조건문
- position
- boolean
- false
- terminal
- HTML
- 변수
- ubuntu
- 멋쟁이사자처럼
- 선택자
- array
- Absolute
- react
- Project
- Inline
- 프론트엔드스쿨
- object
- javascript
- True
- http
- block
- STYLE
- API
- js
- 리액트
- CSS
- 선언
Archives
- Today
- Total
Jeden Tag, aufrichtig und lustig.
html 4. 링크 태그 본문
링크 태그
링크 태그는 링크를 거는 태그이다.
<a>
*anchor :닻
<a href="링크주소" target="_blank" title="구경가기">
*h=hypertext : 링크
*ref=reference : 참조
링크주소
ex. "url ( www.~)" , "./contact.html"(현재 폴더에 있는경우, ' ./ '은 선택적으로)
*url(Uniform Resource Locator) : 웹주소 ex. http://google.com
새 탭 띄우는 속성
target="_blank"
링크 툴팁
title="구경가기"
현재 페이지에서 쉽게 왔다 갔다 하고 싶을때,
ex.
<p id="top"> profile </p>
<ol>
<li><a href="#top">top</a></li>
</ol>
*html 설명서
https://www.w3.org/TR/2011/WD-html5-20110405/semantics.html#the-link-element
'HTML' 카테고리의 다른 글
html 6. 부모 자식 태그 및 <li>태그 (0) | 2022.03.23 |
---|---|
html 5. html 구조 (0) | 2022.03.18 |
html 3. 이미지 태그 및 속성 (0) | 2022.03.18 |
html 2. 태그의 의미 (0) | 2022.03.10 |
html 1. html 및 기본문법 태그 (0) | 2022.03.06 |