多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
``` <!doctype html> <html> <head> <meta charset="utf-8"> <title>我是标题</title> </head> <body bgcolor=white text=blue link=purple alink=yellow vlink=red> <h1>一级标题</h1> <marquee>啦啦啦,我会移动耶!</marquee> <marquee direction=left>啦啦啦,我从右向左移!</marquee> <marquee direction=right>啦啦啦,我从左向右移!</marquee> <marquee behavior=scroll>啦啦啦,我一圈一圈绕着走!</marquee> <marquee behavior=slide>啦啦啦,我只走一次就歇了!</marquee> <marquee behavior=alternate>啦啦啦,我来回走耶!</marquee> <marquee loop=3 width=50% behavior=scroll>啦啦啦,我只走 3 趟哟!</marquee> <marquee loop=3 width=50% behavior=slide>啦啦啦,我只走 3 趟哟!</marquee> <marquee loop=3 width=50% behavior=alternate>啦啦啦,我只走 3 趟哟!</marquee> <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee> <br> <marquee height=40 width=50% bgcolor=aaeeaa> 啦啦啦,我会移动耶! </marquee> <br> 哈罗 <marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>啦啦啦,我会移动耶!</marquee> 大家好!<br> </body> </html> ```