0
我使用一個隨機的文本編輯器和保存頁面爲.html和「鏈接,Gizmodo的無法點擊爲什麼我的<a href = link不工作?
<!doctype html>
<html>
<head>
<title>This is the title</title>
</head>
<body
<a href="http://www.gizmodo.com">This is the link for gizmodo</a>
</body>
</html>
<!--"a" stands for anchor-->
使用HTML驗證過。 W3C提供了一個在線驗證器,它具有離線HTML Tidy。但是,這僅作爲HTML 5的實驗工具提供。請參閱https://github.com/w3c/tidy-html5。 –