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

css_1

时间:2017-02-08 20:13:55      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:script   sheet   lin   ack   doc   font   keyword   editplus   generator   

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus?">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>css基础1</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<style >
p{color:blue;text-align: center;}
h1{color:#999999;font-size: 12px;}


</style>

</head>
<body>
<p>我是段落</p>
<p style="color:black;text-align: right;">我是段落2</p>

<h1>我是标题</h1>



</body>
</html>

css_1

标签:script   sheet   lin   ack   doc   font   keyword   editplus   generator   

原文地址:http://www.cnblogs.com/caicai2480/p/6379713.html

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