开发者

HTML5 question

开发者 https://www.devze.com 2023-02-21 12:25 出处:网络
What does it mean but with no 开发者_Go百科media element descendants can someone give an example of the wrong and correct way?That means that you cannot nest an AUDIO or VIDEO element inside an AUDIO

What does it mean but with no 开发者_Go百科media element descendants can someone give an example of the wrong and correct way?


That means that you cannot nest an AUDIO or VIDEO element inside an AUDIO element. You cannot do this:

<audio>
    <audio></audio>
</audio>
0

精彩评论

暂无评论...
验证码 换一张
取 消