From 5b49f7299b3e145ea3d8a18fdab98b06a358cb15 Mon Sep 17 00:00:00 2001 From: copytime Date: Thu, 20 Jan 2022 01:09:01 +0800 Subject: Update index.html Fix: Close the source tag with '>' --- files/ja/web/media/autoplay_guide/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/media/autoplay_guide/index.html b/files/ja/web/media/autoplay_guide/index.html index 51d958e791..d47057b8e5 100644 --- a/files/ja/web/media/autoplay_guide/index.html +++ b/files/ja/web/media/autoplay_guide/index.html @@ -81,7 +81,7 @@ translation_of: Web/Media/Autoplay_guide

autoplay 属性を使用する {{HTMLElement("audio")}} 要素は、次のようになります。

<audio id="musicplayer" autoplay>
-  <source src="/music/chapter1.mp4"
+  <source src="/music/chapter1.mp4">
 </audio>
 
-- cgit v1.2.3-54-g00ecf