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 | 29 | 30 |
Tags
- True
- position
- 프론트엔드스쿨
- Project
- API
- HTML
- STYLE
- ubuntu
- 리액트
- http
- 멋쟁이사자처럼
- 조건문
- 변수
- react
- 선택자
- false
- function
- Inline
- CSS
- boolean
- 선언
- array
- object
- LIKELION
- javascript
- display
- Absolute
- js
- terminal
- block
Archives
- Today
- Total
목록링크 (1)
Jeden Tag, aufrichtig und lustig.
html 4. 링크 태그
링크 태그 링크 태그는 링크를 거는 태그이다. *anchor :닻 *h=hypertext : 링크 *ref=reference : 참조 링크주소 ex. "url ( www.~)" , "./contact.html"(현재 폴더에 있는경우, ' ./ '은 선택적으로) *url(Uniform Resource Locator) : 웹주소 ex. http://google.com 새 탭 띄우는 속성 target="_blank" 링크 툴팁 title="구경가기" 현재 페이지에서 쉽게 왔다 갔다 하고 싶을때, ex. profile top *html 설명서 https://www.w3.org/TR/2011/WD-html5-20110405/semantics.html#the-link-element
HTML
2022. 3. 18. 18:24