html多媒体标签

来源:互联网 发布:史记的地位 知乎 编辑:程序博客网 时间:2024/04/30 16:27


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>媒体标签</title>
</head>
<!--
媒体标签:
<embed></embed>
    src:音乐路径
    hidden:设置插件是否隐藏
飘动字符:
    <marquee></marquee>   飘动标签
-->
<embed src="2.mp3"></embed>
    <marquee  scrollamount="30" direction="left">
    <font size="+6" color="red">绝爱永恒...南条晃司....泉拓人...</font></marquee>
    <img src="file:\\\I:\pastic\test\picture\5.jpg"></img>
    
<body>




</body>
</html>
0 0
原创粉丝点击