以下在链接中使用锚点正确的方式是()


以下在链接中使用锚点正确的方式是()

<a href="#name">锚点链接</a>(正确答案)

<a href="name">锚点链接</a>

<a href="#">锚点链接</a>

<a href=" ">锚点链接</a>