当前,我面临将我的超链接链接到另一个网站上特定部分的问题。我现在仅是将其链接到其他网页的基本代码,而没有链接到我想要的特定部分。 我找到的ID是:“评论” -编码初学者。
<html>
<head>
</head>
<body>
<p>
<a href="https://www.rottentomatoes.com/m/the_predator/">
<center>
<img src="Predator.jpg" border="2" alt="Movieposter">
</center>
</a>
</p>
</html>