标签: html css mouseover
我正在编写用于电子邮件的html,我需要仅使用标记的样式(无<style>或.css或js)来设置页面样式。
<style>
这是我的html行,当鼠标悬停在文本的颜色上时需要更改。
<td style="width: 120px; font-weight: bold"><a href="https://www.youtube.com/" style="color: #ff9934" target="_blank">Watch</a></td>
有办法吗?