急!急!急!HTML中怎样在文字后面添加背景颜色代码。希望高手指点指点,我是个初学者。谢谢!
<marqueebehavior="scroll"direction="up"width="270"height="300"loop="-1"scrollamount="...
<marquee behavior="scroll" direction="up" width="270" height="300" loop="-1" scrollamount="1" scrolldelay="1" style="font:24px;" onMouseOver="this.stop();" onMouseOut="this.start();"><center><font face="黑体"><font color="#FF0000"><b>我的文字内容</b></font></font></center></marquee>
在这段代码中我想把“我的文字内容”后面背景加个颜色,代码怎样插入(这个代码怎么写) 展开
在这段代码中我想把“我的文字内容”后面背景加个颜色,代码怎样插入(这个代码怎么写) 展开
4个回答
展开全部
呵呵,这个很简单的,你只要<b></b>标签添加相应的属性就可以啦,在这假如你想把背景改成"绿色"吧代码如下
<marquee behavior="scroll" direction="up" width="270" height="300" loop="-1" scrollamount="1" scrolldelay="1" style="font:24px;" onMouseOver="this.stop();" onMouseOut="this.start();"><center><font face="黑体"><font color="#FF0000"><b style="background-color:green">我的文字内容</b></font></font></center></marquee>
不过在这我还是建议你不要改变字体背景颜色,直接加个表格(2楼说的)改变整体背景色看起来会统一些.
<marquee behavior="scroll" direction="up" width="270" height="300" loop="-1" scrollamount="1" scrolldelay="1" style="font:24px;" onMouseOver="this.stop();" onMouseOut="this.start();"><center><font face="黑体"><font color="#FF0000"><b style="background-color:green">我的文字内容</b></font></font></center></marquee>
不过在这我还是建议你不要改变字体背景颜色,直接加个表格(2楼说的)改变整体背景色看起来会统一些.
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<marquee behavior="scroll" direction="up" width="270" height="300" loop="-1" scrollamount="1" scrolldelay="1" style="font:24px;" onMouseOver="this.stop();" onMouseOut="this.start();">
<font face="黑体" color="#FF0000" style="background-color:#FFFF00">
<p style="text-align:center"><b>我的文字内容</b></p>
</font>
</marquee>
注:在HTML 5 中,不支持<center>标签。
<font face="黑体" color="#FF0000" style="background-color:#FFFF00">
<p style="text-align:center"><b>我的文字内容</b></p>
</font>
</marquee>
注:在HTML 5 中,不支持<center>标签。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<marquee behavior="scroll" direction="up" width="270" height="300" loop="-1" scrollamount="1" scrolldelay="1" style="font:24px;" onMouseOver="this.stop();" onMouseOut="this.start();"><center>
<table width="170" border="0" bgcolor="#33FF00">
<tr>
<td><font face="黑体"><font color="#FF0000"><b>我的文字内容</b></font></font></td>
</tr>
</table>
</center></marquee>
加个表格是很简单的方法了 bgcolor="#33FF00 可以自己写
<table width="170" border="0" bgcolor="#33FF00">
<tr>
<td><font face="黑体"><font color="#FF0000"><b>我的文字内容</b></font></font></td>
</tr>
</table>
</center></marquee>
加个表格是很简单的方法了 bgcolor="#33FF00 可以自己写
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<b style="background-color:#FF0000">我的文字内容</b>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询