Webページのdivのみにリンクすることは可能ですか?例えば、
<html>
<body>
Here is some content I don't care about
<div class="stuff">
Here is some content I want. Blah blah. It may change from time to time
</div>
Here is more content I don't care about and do not want to see when this link is clicked
</body>
</html>
「もの」の内容のみを表示し、他には何も表示しないハイパーリンクはありますか?
さらに明確にするために、誰かがこのリンクを作成した場合、そのページの他の何もiframeに表示されません。