--- title: CSS引入方式 date: 2022-01-08 15:25:42 tags: [CSS] categories: [CSS] author: Anges黎梦 --- > css引入页面的方式有三种: ## 1、内联式 > 通过标签的style属性,在标签上直接写样式。 ```html