This will produce following result: This background is yellow This background is sky blue This background is blue Print Page Previous Next Advertisements
B.< background >yellow< / background" /> 百度试题 题目下列的 HTML 中,可以添加背景颜色的是__。 A.< body color="yellow" >B.< background >yellow< / background>C.< body bgcol or="yellow" >D.< bgcolor color="yellow" >相关知识点: ...
As discussed, you can use the names of many colors in CSS. Modern browsers support 140 standardized HTML color names, including simple ones likered,green,blue,yellow,orange, etc. There are also more precise hues likedarkred,lightgreen,skyblue,khaki, andcoral. Check out acolor reference like ...
加个属性:display:block;给文本的父元素添加背景就可以了,你要是用的a 或者span 的话是行 的
在HTML5中,样式表定义.outer{background-color:yellow;}表示() A. 网页中某一个id为outer的元素的背景色是黄色的 B. 网页中含有class="outer"的元素的背景色是黄色的 C. 网页中元素名为outer元素的背景色是黄色的 D. 以上任意一个都可以
Background Color You can set the background color of any HTML element using thebackground-colorproperty. <divstyle="background-color:GreenYellow;width:200px;border:1px solid black;padding:15px;"> <p>HTML background code is actually CSS!</p> ...
CSS background-color Property« Previous Complete CSS Reference Next » Example Set the background-color of different elements: body { background-color: yellow;} h1 { background-color: #00ff00;} p { background-color: rgb(255,0,255);} Try it yourself » More "Try it Yourself" ...
样式表定义.outer {background-color:yellow} 表示 A. 网页中某一个id 为 outer 的元素的背景色是黄色的 B. 网页中含有 class=”outer”元素的背景色是 黄 色的 C. 网页中元素名为 outer 元素的背景色是 黄 色的 D. 以上任意一个都可以 题目标签:定义表示如何将EXCEL生成题库手机刷题 如...
样式表定义outer{background-color:yellow;} 表示();网页中某一个id为outer的元素的背景色是黄色的;网页中含有class=
下列语句中,可以用来实现改变 HTML 文档背景颜色的是 ( )。 A. document.bgColor("yellow") B. document.bgColor( )="yellow " C. document.bgColor=" yellow "