Hyperlink

<!DOCTYPE html> 
<html>
<head>
<meta charset="UTF-8">
<title>02 hyperlink</title>
</head>
<body>
<!--hyperlink a tag -->
< !-- tag with description=attribute-->
<!--href: the address of the link, can be a URL, can be a document path -->
<!--target where to open a new page
_blank: in the browser Create a new window to open a webpage
_self: Open a new webpage in the current window
-->
<a href="http://www.baidu.com" target="_blank">Baidu, you will know</a>
<br / >
<!--alt+/ code wakeup-->
<a href="01basic tag.html" target="_self">View other documents</a>

</body>
</html>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325069050&siteId=291194637