Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了很多时间在 wordpress 和内部样式表页面中添加 alt 属性。使用 de 虚拟模板图像。但是当我将 alt 属性放在内部样式表中时,我看不到页面中的属性。我使用蒙特祖玛模板。
<style> img { width:800px; height:533px; alt="Hola" } </style> <img src="hola.jpg">
谢谢!
Pd:对不起我的英语。
alt 属性应该放在 HTML 中,而不是放在 CSS 中。
<img src="shark.jpg" alt="shark" title="Image of an shark" />