Blogger Information
Blog 3
fans 0
comment 0
visits 2178
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
针对标签的样式
明日之子
Original
621 people have browsed it
<html>
<head>
<meata charset="utf-8">
<title>mrzzoxo</title>
</head>
<style>
h1{background-color:red;color:blue;} /*针对所有的<h1>都会调用此样式属性*/
p{background-color:blue;color:red;}/*针对所有的<p>都会调用此样式属性*/
</style>
<body>
<h1>标题</h1>
<p>这是一段落</p>
</body>
<html>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post