Blogger Information
Blog 3
fans 0
comment 0
visits 2170
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
针对ID的样式
明日之子
Original
942 people have browsed it
<html>
<head>
<meata charset="utf-8">
<title>mrzzoxo</title>
</head>
<style>
#a1{background-color:red;color:blue;} /*命名一个a1的样式【名字随意】*/
#b2{background-color:blue;color:red;} /*命名一个b2的样式【名字随意】*/
</style>
<body>
<h1 id="a1">标题</h1>/*引用名字为a1的样式*/
<p id="b2">这是一段落</p>/*引用名字为b2的样式*/
</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