Bài đăng

Đang hiển thị bài đăng từ Tháng 8, 2015

Create a hyperlink in HTML

To create a hyperlink that the user can click to navigate to another document, you use the <a>  tag (which stands for anchor), like this:   <a href=′http://google.com′>Visit Google</a> In a web browser this displays simply as:  Visit Google