为什么在标签选择器处输入color:red;但显示结果并没有实现字体变红色
<style type="text/css">
h1{
font-weight:normal;
color:red;
}
</style>
具体代码得发出来
贴上代码好一点