4. HyperLink
4_1. <a>
- <a> tag defines a hyperlink, which is used to link from one page to another
- The most important attribute of the<a> element is the href attribute, which indicates the link's destination
Attribute
1) target
- _blank : Specifies where to open the linked document
2) title
- title: This attribute give link info to us, It's like a tooltip
3) href
- href : Specifies the URL of the page the link goes to
- To move where you want
'Front-End > HTML5 + CSS' 카테고리의 다른 글
[HTML5] 6. ImageMap (0) | 2016.08.04 |
---|---|
[HTML5] 5. Image (0) | 2016.08.04 |
[HTML5] 3.Text Tag (0) | 2016.08.04 |
[HTML5] 2. Semantic for IE (0) | 2016.08.04 |
[HTML5] 1. Semantics Tags (0) | 2016.08.04 |