edu_6_2_2
Posted mjn1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了edu_6_2_2相关的知识,希望对你有一定的参考价值。
<html> <head> <meta charset="utf-8"> <title>滚动文字属性设置综合应用</title> <style type="text/css"> p{font-size: 18px;color: #0000cc;text-indent: 2em;} /* 首行缩进 */ </style> </head> <body> <h3 align="center">滚动文字属性设置综合应用</h3> <hr color="#330099"/> <marquee bgcolor="#c4e1c6" width="600px" height="100px" hspace="100" vspace="100" direction="up" behavior="alternate" scrollamount="1" scrolldelay="20"> <p>设置滚动空白空间就是指滚动文字背景和它周围文字及图像之间的空白空间范围。 默认情况下,滚动对象周围的文字或图像是与滚动背景紧密连接的, 使用hspace和vspace可以设置它们之间的空白空间。</p> </marquee> </body> </html>
以上是关于edu_6_2_2的主要内容,如果未能解决你的问题,请参考以下文章