Priority of css? -PHP Chinese website Q&A-What is the priority of css? -PHP Chinese website Q&A
Please watch and learn.
内联样式表(标签内部)> 嵌入样式表(当前文件中)> 外部样式表(外部文件中)
意思就是如果同时有两种以上样式表存在,生效的是优先级在前的。
举个例子:三种样式表都存在,那么显示的是内联样式表的效果,其他两种不起效果。
Priority of css? -PHP Chinese website Q&A-What is the priority of css? -PHP Chinese website Q&A
Please watch and learn.
内联样式表(标签内部)> 嵌入样式表(当前文件中)> 外部样式表(外部文件中)
意思就是如果同时有两种以上样式表存在,生效的是优先级在前的。
举个例子:三种样式表都存在,那么显示的是内联样式表的效果,其他两种不起效果。