该如何学习CSS?
5 篇帖子 分页: 1 / 1
该如何学习CSS?
[h1]该如何学习CSS?[/h1]Re: 该如何学习CSS?
不知道Re: 该如何学习CSS?
好好学呀!Re: 该如何学习CSS?
I was very happy to read this.Re: 该如何学习CSS?
<!DOCTYPE html><html lang="zh-cn">
<head>
<title>该如何学习css</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<body>
<div>
<p>该如何学习css</p>
</div>
</body>
</html>
-----------------------------------------------------------------------------------------
@charset "utf-8"
body{
background: #FF0000;
}
p{
background: #00FF00;
}
分页: 1 / 1