Embeding a Video in HTML4 vs HTML5

前端 未结 3 1106
无人共我
无人共我 2021-02-14 17:57

While searching for difference between HTML4 and HTML5 I came across the point that :

HTML5 brings a whole new dimension to web world. It can embed video

3条回答
  •  你的背包
    2021-02-14 18:57

    The current HTML5 draft specification does not specify which video formats browsers should support in the video tag. User agents are free to support any video formats they feel are appropriate. In cases where decoders are not built into the browser, the format support will be dictated by the multimedia framework of the operating system.

提交回复
热议问题