Maison >interface Web >tutoriel HTML >html学习教程6之背景-颜色_html/css_WEB-ITnose

html学习教程6之背景-颜色_html/css_WEB-ITnose

WBOY
WBOYoriginal
2016-06-24 11:48:091041parcourir


在HTML中搭配一个好的背景能够让观众更加易于阅读。


背景(Backgrounds)

拥有两个配置背景的标签。背景可以是颜色或者图像。

背景颜色(Bgcolor)

背景颜色属性将背景设置为某种颜色。属性值可以是十六进制数、RGB 值或颜色名



        这三种方式都是把背景颜色设置为黑色

其中第三种设置背景颜色的方法在HTML4.0中只是支持16 种颜色名

它们是:aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow

在使用颜色作为背景的同时,我们也可以使用图片作为背景:

背景(Background)

背景属性将背景设置为图像。属性值为图像的URL。如果图像尺寸小于浏览器窗口,那么图像将在整个浏览器窗口进行复制。

<pre name="code" class="n">所有<span style="font-family: 'Courier New', Courier, monospace;">教程</span><span style="font-family: 'Courier New', Courier, monospace;">资源来自于:</span><span style="font-family: 'Courier New', Courier, monospace;">http://www.w3school.com.cn/html</span>

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn