html引用css方法如下 1、直接在 div 中使用css样式制作 div+css 网页 2、html中使用style自带式 3、使用@import引用外部CSS文件 4、使用 link 引用外部CSS文件 推荐此方法