javascript中html当中如何引用css文件


1.html当中如何引用css文件
马克-to-win:css:Cascading Style Sheets

例 1.1










 
   
 
 
   
 
 
   
 
 
   
 
张三
qixy
李四
王五





outer.css:

table {
    background-color: #0000ff;

}
td {
/*the following statement make the border to show, because of the different color.*/
    background-color: #FF0000;

}

更多内容请见原文,文章转载自:https://blog.csdn.net/qq_43650923/article/details/102242672