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

HUWWW
TA貢獻(xiàn)1874條經(jīng)驗(yàn) 獲得超12個贊
<!DOCTYPE html>
<html>
<head>
<title>Document</title>
</head>
<body>
<p id = "test">
goto
<a href = "#test" title = "你好"> 找到test頁面去</a>
</body>
</html>
添加回答
舉報(bào)
0/150
提交
取消