码迷,mamicode.com
首页 > 其他好文 > 详细

style 链接 (页面设计)

时间:2015-04-14 23:21:08      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:

<span style="font-size:18px;">很久没来了,那今天就先来点同   <style> 链接的吧</span>
<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style>
	h1{
		color:blue;
	}
	h2{
		font-size: 12px;
	}
	p{
		text-indent: 2em;
		color: #259;
		font-style: italic;
	}
	</style>
</head>
<body>
	<h1>蓝色啦</h1>
	<p>首行缩进2字符</p>
	<p>发现有什么不同了吗</p>
	<h2>本来二级标题会有那么小吗</h2>
</body>
</html>

效果图:

技术分享

style 链接 (页面设计)

标签:

原文地址:http://blog.csdn.net/gnauhnait/article/details/45049467

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