朕想知道
学习了
交作业!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dom</title>
<style type="text/css">
h1{
font-size: 33px
}
#title{
font-size: 66px
}
#m-title{
font-size: 55px
}
#s-title{
font-size: 44px
}
#a-title{
font-size: 33px
}
.red{
color: #F00;
}
.blue{
color: #06F;
}
section h1{
font-size: 33px;
}
</style>
</head>
<body>
<head>
<h1 class="red" id="title">FishC</h1>
</head>
<section>
<h1 class="blue" id="m-title">FishC</h1>
<article>
<h1 class="red" id="s-title">
fishc
</h1>
</article>
</section>
<aside>
<h1 class="blue" id="a-title">fishc</h1>
</aside>
</body>
</html>
<!doctype html>
<html>
<meta charset="utf-8">
<head>
<title>选择器</title>
<style type="text/css">
h1 {
font-size:33px;
}
.red {
color:#e74c3c;
}
header > h1 {
background-color: #34495e;
}
.blue {
color:#2980b9;
}
aside > h1 {
background-color:#95a5a6;
}
#m-title {
background: #2ecc71;
}
#s-title {
background: #1abc9c;
}
</style>
</head>
<body>
<header>
<h1 class="red" id="title">让编程改变世界</h1>
</header>
<section>
<h1 class="blue" id="m-title">Fishc</h1>
<article>
<h1 class="red" id="s-title">不二如是</h1>
</article>
</section>
<aside>
<h1 class="blue" id="a-title">小甲鱼</h1>
</aside>
</body>
</html>
{:10_327:}
学习
继续学习
啥
{:10_277:}
123
11
无条件支持楼主!
11111112
1
隐藏的又是啥
look
学习
学习
1
让我看看{:5_109:}