Skip to content

[html] 第105天 如何在HTML5页面中嵌入音频和视频? #1001

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第105天 如何在HTML5页面中嵌入音频和视频?

Activity

LinStan

LinStan commented on Jul 30, 2019

@LinStan

基于<video><audio>两个标签插入,设置src即可

EragonBubble

EragonBubble commented on Aug 1, 2019

@EragonBubble

嵌入视频

<video src="test.ogg" controls="controls">
your browser does not support the video tag
</video>

嵌入音频

<audio src="test.ogg" controls>
Your browser does not support the audio element.
</audio>
jiaskrjl

jiaskrjl commented on Feb 14, 2022

@jiaskrjl

音频使用 视频使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@EragonBubble@LinStan@jiaskrjl

        Issue actions

          [html] 第105天 如何在HTML5页面中嵌入音频和视频? · Issue #1001 · haizlin/fe-interview