1***@qq.com
1***@qq.com
  • 发布:2020-06-02 12:34
  • 更新:2020-06-02 12:34
  • 阅读:645

可以正常播放网络视频(均为mp4格式的)输入的MP4视频可以在notepad++运行,为什么不能在HBuilder运行

分类:HBuilderX

<!DOCTYPY html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/MyFirstHtml.css" />
<title>
MyFirstHtml
</title>
</head>
<body>

    <header>  

    </header>  
    <article id="a1">  
        <h1>  
            Html5  
        </h1>  
        <p id="p1">  
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTML5是Web中核心语言HTML的规范,用户使用任何手段进行网页浏览时看到的内容原本都是HTML格式的,在浏览器中通过一些技术处理将其转换成为了可识别的信息。HTML5在从前HTML4.01的基础上进行了一定的改进,虽然技术人员在开发过程中可能不会将这些新技术投入应用,但是对于该种技术的新特性,网站开发技术人员是必须要有所了解的。  
        </p>  
        <hr/>  
        <p>  
            <img src="img/20200515_215826_002.jpg" width="304" height="228">  
        </p>  
    </article>  
    <hr/>  
    <article id="a2">  
        <h2>  
            Internet  
        </h2>  
        <p id="p2">  
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;因特网(Internet)是一组全球信息资源的总汇。有一种粗略的说法,认为INTERNET是由于许多小的网络(子网)互联而成的一个逻辑网,每个子网中连接着若干台计算机(主机)。Internet以相互交流信息资源为目的,基于一些共同的协议,并通过许多路由器和公共互联网而成,它是一个信息资源和资源共享的集合。  
        </p>  
        <hr/>  
        <p>  
            <img src="https://p1.ssl.qhimg.com/t01384a5cab24f1af3b.png"width="304" height="228">  
        </p>  
    </article>  
    <h3>  
        来一段音乐  
    </h3>  
    <p>  
        <audio controls>  
          <source src="music/陈雪凝 - 别再靠近我了.ogg" type="audio/ogg">  
          Your browser does not support this audio format.  
        </audio>  
    </p>  
    <h4>  
        <video width="480" height="340" controls="controls">  
          <source src="【ted演讲】timbernerslee谈下一代的网络 高清(480p).mp4" type="video/mp4"></source>  
        您的浏览器不支持 video 标签。  
        </video>  
    </h4>  
</body>  
<hr/>  
<footer>  
        Copyright:Hubei University  
</footer>  
</html>  
2020-06-02 12:34 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复