<div style="background-image:url(../images/a.jpg)"><form action="login.do"><input type="text" name="userName"/><input type="password" name="password"/></form></div>
里面用table的话,可以加在table里面, <table style=".........."></table>
在body标签中添加span标签,这时字体的默认背景颜色为白色:2、在head标签中添加style标签,定义一个“bg”类,为这个类设置“background”属性,属性值为背景色:
3、为span标签添加“class”属性,属性值为之前定义的“bg”类,这时网页的字体背景色就被添加上去了:
背景颜色:<body bgcolor=#CED3FF>背景图片:<img src="images/a.gif">
背景音乐:<bgsound src="a.mp3">
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)