网页中添加多媒体元素

是制作滚动字幕的命令,那么
怎么样可以确定滚动的时间呢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 websitefont>
    marquee>
    body>
    html>
接下来`<bgcolor>`用来确定网页某一部分的背景颜色

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

<height><width>设定背景的宽度和高度
    

t添加滚动字幕其他


welcom use html to set website


</font>

this is a changed blackground

direction 用来确定方向 

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

你可能感兴趣的:(基础知识的积累-浅尝辄止)