码迷,mamicode.com
首页 > 移动开发 > 详细

web application——HTML标记

时间:2016-12-19 13:49:22      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:背景色   nbsp   title   网页   属性   color   背景   utf-8   背景图   

1、双边标记<></>

2、单边标记<>

 

<body>常用属性

        bgColor: 网页背景色

 1 <!DOCTYPE html>
 2 <html>
 3 <meta charset="utf-8">
 4 <head>
 5    <title>我的网页</title>  
 6 </head>
 7 <body bgcolor="red">
 8 我的网页
 9 </body>
10 </html>

 

        background: 网页背景图片地址

web application——HTML标记

标签:背景色   nbsp   title   网页   属性   color   背景   utf-8   背景图   

原文地址:http://www.cnblogs.com/juansilence/p/6196884.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!