Thursday 7 August 2014

HTLM "a Tag", cach xu dung..

Học HTLM

HTML <a> Tag

Trích từ (1)

1. Example

A link to nguien1.blogspot.com:
<a href="http://www.nguien1.blogspot.com">Visit Do-Nguyen!</a>

2. Definition and Usage

The <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.

By default, links will appear as follows in all browsers:
An unvisited link is underlined and blue
A visited link is underlined and purple
An active link is underlined and red

3. Test khi dùng lịnh <a> Tag

(1)
http://www.w3schools.com/tags/tag_a.asp

No comments: