Blogger Information
Blog 25
fans 0
comment 0
visits 9656
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端-标签,属性选择器,群组选择器-20221019-2
P粉114035831
Original
309 people have browsed it

1.标签,属性选择器css 群组选择器

建三个文件。1.html 2.css1 3.css2

html

html

<html>
<head>
<title>交流内容</title>
<stype>
@import ‘css1/stye1.css’
@import ‘css2/stye2.css’
</stype>
</head>
<body>
<h1>
今天吃了吗?
</h1>
<h2>
吃了哦!
</h2>
<h3>
饱了吗?
</h3>
<h4>
吃饱了啦
</h4>
</body>
</html>

CSS1

css1/stye1.css
h1{color:brown}
h2{color:blue}

css2

css2/stye2.css
h3{color:blueviolet}
h4{color:aqua}

吃了吗?

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:可以将代码内容写在代码块里,这样会有高亮显示,更方便阅读
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