插入样式表的方法有三种:
外部样式表(External style sheet):
内部样式表(Internal style sheet):
内联样式(Inline style):
/* 内部样式 */
h3{color:green;}
测试!
优先级:
/* 内部样式 */
h3{color:green;}
测试!
