html中除了p標簽中可以放id,還有哪些標簽中可以存放id?
2 回答

HUWWW
TA貢獻1874條經驗 獲得超12個贊
<!DOCTYPE html>
<html>
<head>
<title>Document</title>
</head>
<body>
<p id = "test">
goto
<a href = "#test" title = "你好"> 找到test頁面去</a>
</body>
</html>
- 2 回答
- 0 關注
- 1745 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消