这个知识点以前已经有见过了,自己也有做过了,但很久了基本忘记了,现在摘录下。

<p>鼠标放到“百度”的超链接上将会显示一个悬浮提示。</p>

<a href="http://www.baidu.com" onmouseout="document.getElementById('baiduDiv').style.display='none'" onmouseover="document.getElementById('baiduDiv').style.display=''">百度</a>

<div >

百度网是<font color="red">李彦宏</font>创建的一个网站,网址是<a href="http://www.baidu.com">baidu.com</a>

</div>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-12-04
  • 2022-12-23
  • 2021-08-02
  • 2021-12-22
  • 2022-01-15
猜你喜欢
  • 2021-08-03
  • 2022-02-09
  • 2022-02-11
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案