输入banner图图片脚本导航/分类

引入css的四种方式_html/css_WEB-ITnose

/*******css.html*/




css四种引入方式


/* 第一种方式引入*/



天天向上



/********23-2.css***********************/

#test1{
border: 10px solid blue;
}


/****23css.css******************/

@import url(23-2.css);
#test1{
width: 200px;
height: 300px;
margin: 50px auto;
background:gray;
}