style link (page design)_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:46:13
Original
1108 people have browsed it

<span style="font-size:18px;">很久没来了,那今天就先来点同   <style> 链接的吧</span>
Copy after login
<!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>
Copy after login

Rendering:


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template