diff options
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r-- | files/zh-cn/web/media/autoplay_guide/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/media/autoplay_guide/index.html b/files/zh-cn/web/media/autoplay_guide/index.html index 332f54bfa4..6e62854697 100644 --- a/files/zh-cn/web/media/autoplay_guide/index.html +++ b/files/zh-cn/web/media/autoplay_guide/index.html @@ -70,7 +70,7 @@ original_slug: Web/媒体/Autoplay_guide <p>使用 <code>autoplay</code> 属性的{{HTMLElement("audio")}}元素就像如下:</p> <pre class="brush: html notranslate"><audio id="musicplayer" autoplay> - <source src="/music/chapter1.mp4" + <source src="/music/chapter1.mp4"> </audio> </pre> |