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.
我创建了一个小的 HTML 页面,但发生了一个我以前从未见过的奇怪错误。
在所有图像的右下角,出现了一个白色的小方块。
网址:http ://squaretise.com/martin-luther-king
是你的<embed>标签。尝试隐藏它:
<embed>
<embed src="mlk.mp3" width="0" height="0" style="display:none;" />
width并height假设它们的值以像素为单位,所以没有必要放在px那里。
width
height
px
默认情况下,您的嵌入 mp3 会生成暂停按钮。