如何创建将其链接到另一个网站上特定区域的超链接?

时间:2018-11-26 12:20:32

标签: html hyperlink

当前,我面临将我的超链接链接到另一个网站上特定部分的问题。我现在仅是将其链接到其他网页的基本代码,而没有链接到我想要的特定部分。 我找到的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>

0 个答案:

没有答案