是否可以使用 css 和 html 显示链接背后的内容的“预览”?
例如:我在链接后面有一些文本信息,但我想在链接旁边显示这段文本的一部分……是否可以在不手动写下的情况下这样做?
这是代码示例
<dl>
<dt>News</dt>
<dd></dd>
<a href=".html"><img src=".jpg" height=100 width=120/>Some text</a>
<p>This is the text i want to use as a preview of whats behind the active href link</p>
</dl>