网页中添加多媒体元素

本文介绍了如何使用HTML中的<marquee>标签来创建滚动字幕,并详细讲解了scrollamount、behavior、loop等属性的作用及用法,还演示了如何设置字幕的方向、背景颜色、宽度和高度。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

<marquee> 是制作滚动字幕的命令,那么
怎么样可以确定滚动的时间呢scrollamount;
怎么确定滚动的方式呢behavior;
怎么确定滚动的次数呢loop;
设置字幕与周围元素的间距hspace vspace;
鼠标悬停效果onmouseout —-οnmοuseοut=stop()
/οnmοuseοut=start()

    <html>
    <head>
    <title>t添加滚动字幕</title>
    </head>
    <body>
    <marquee><font size="+3" color="red">welcom use html to set website</font>
    </marquee>
    </body>
    </html>
接下来`<bgcolor>`用来确定网页某一部分的背景颜色

    <html>
    <head>
    <title>t添加滚动字幕其他</title>
    </head>
    <body>
    <marquee><font size="+3" color="red">welcom use html to set website</font>
    </marquee><br><br>
    <marquee bgcolor="#0000dd"><font size=+2 color=red></font></marquee><br><br>
    </body>
    </html>

<height><width>设定背景的宽度和高度
    <html>
<head>
<title>t添加滚动字幕其他</title>
</head>
<body>
<marquee><font size="+3" color="red">welcom use html to set website</font>
</marquee><br><br>
<marquee bgcolor="#0000dd"><font size=+2 color=red></font></marquee><br><br>
<marquee height="80" width="50%" bgcolor="#dddd00><font size="+2" color="red">this is a changed blackground</font>
</body>
</html>

direction 用来确定方向 

<html>
    <head>
    <title>t添加滚动字幕其他</title>
    </head>
    <body>
    <marquee><font size="+3" color="red">welcom use html to set website</font>
    </marquee><br><br>
    <marquee bgcolor="#0000dd"><font size=+2 color=red></font></marquee><br><br>
    <marquee height="80" width="50%" bgcolor="#dddd00><font size="+2" color="red">tthis is a changed blackground</font>
    <marquee direction="up">Do you know whant happened in my heart</marquee>
    </body>
    </html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值