网页代码中,CSS问题,
CSS中的以下代码代表什么?如何在首页调用?body{font-size:9pt;font-family:'宋体',arial;color:#000;line-heigh...
CSS中的以下代码代表什么?
如何在首页调用?
body{font-size: 9pt; font-family:'宋体',arial; color: #000; line-height:22px;} 展开
如何在首页调用?
body{font-size: 9pt; font-family:'宋体',arial; color: #000; line-height:22px;} 展开
展开全部
设置body的样式(即设计整个页面的样式),font-size,font-family,color,line-height分别设置字体的尺寸,字体类型,颜色,行距。
如何调用?
1.放到css文件(假如XXX.css)中,然后在网页标签<head></head>之间插入<link rel="stylesheet" href="XXX.css" type="text/css" />
2.在网页标签<head></head>之间直接插入
3.在body标签属性那里加入style="font-size: 9pt; font-family:'宋体',arial; color: #000; line-height:22px"
如何调用?
1.放到css文件(假如XXX.css)中,然后在网页标签<head></head>之间插入<link rel="stylesheet" href="XXX.css" type="text/css" />
2.在网页标签<head></head>之间直接插入
3.在body标签属性那里加入style="font-size: 9pt; font-family:'宋体',arial; color: #000; line-height:22px"
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询