【HTML】HTML Links

HTML links are defined with the <a> tag.

<!DOCTYPE html>
<html>
<body>

<a href="http://www.w3schools.com">
This is a link</a>

</body>
</html>

 

posted on 2014-04-01 19:03  至死丶不渝  阅读(201)  评论(0编辑  收藏  举报

导航