1、inline(即行内样式)
this is inline style sheets
2、embedded||internal(即内嵌式)
内嵌式就是将css样式写在head tag中的style tag中。
3、external(即链接式)
将.css文件引入到html文件中,在head tag 中插入link tag,eg:
4、@import(即导入式)
将.css文件引入到html文件中。
eg: