代码1:

<link href="css/main.css" rel="stylesheet" type="text/css" media="all">

href-----地址

rel--------rel:relations的缩写,是指的关联到的文件是什么。此处是指关联到一个stylesheet(必须)

stylesheet------stylesheet英文的意思就是样式表的意思。就是引入css样式的意思

type------type 属性规定被链接文档的 MIME 类型。该属性最常见的 MIME 类型是 "text/css",该类型描述样式表

media---media用于指定这个CSS用于何种设备,all:所有输出设备.

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-10-16
  • 2022-12-23
  • 2021-04-20
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2021-11-16
  • 2022-03-08
  • 2021-11-21
  • 2022-12-23
  • 2021-05-27
相关资源
相似解决方案