标签:style ar color os sp strong on bs ad
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>body标签详解</title> </head> <!-- <body>标签:用于标记网页的主体,body 元素包含文档的所有内容(比如文本、超链接、图像、表格和列表等等。) 属性: bgcolor="颜色值":设置整个网页的背景颜色 text="颜色值":设置文字的颜色色 link="颜色值":设置一般超链接文本的显示颜色 vlink="颜色值":设置访问过的超链接文本显示的颜色 alink="颜色值":设置鼠标移动到超链接上按下鼠标的时候,超链接文本的显示颜色 bgcolor="颜色值":设置网页的背景颜色 background:设置网页的背景图片,可以是GIF或者JPEG格式的图片(会覆盖网页的背景颜色(如果图片是透明的就可以看到背景颜色)因为背景属性有一个层 次关系,最好不要设置背景图片) 网页里内容与浏览器边距属性:默认情况下网页内容与浏览器边框之间是有边距的 leftmargin="像素值":设置网页中的内容与浏览器左边界的距离 rightmargin="像素值":设置网页中的内容与浏览器右边界的距离 topmargin="像素值":设置网页中的内容与浏览器上边界的距离 bottommargin="像素值":设置网页中的内容与浏览器下边界的距离 --> <body bgcolor="#009900" text="#00FF00" leftmargin="200px" topmargin="200px" background="../../../素材库/001l7NfZgy6FEiysO833b&690.jpg"> <p>好好学习,天天向上 </p> </body> </html>
标签:style ar color os sp strong on bs ad
原文地址:http://www.cnblogs.com/LO-ME/p/3530584.html