logo

HTML&CSS Part2

 

Notes

CSS介绍

Cascading Style Sheets
  • Tells a browser how to render a page.
  • To style and layout web pages
  • Extended with Sass/Less
CSS is a programming language
CSS is a markup language
CSS is a stylesheet language

CSS工作原理

原理图
notion image
在parse css时, 有attributes可以多样化selector

CSS如何加载的三种方法

  1. External CSS (最推荐)
本章目录