<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 class="a1">标题</h1>/*引用名字为a1的样式*/
<p class="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!