代码示例:(标识:eg_html_links)
<html>

<body>

<p>
<a href="/index.html">本文本</a> 是一个指向本网站中的一个页面的链接。</p>

<p><a href="https://www.sucainiu.com/">本文本</a> 是一个指向万维网上的页面的链接。</p>

</body>
</html>
运行结果: