1. 内联式样式

  以css形式嵌入到页面的元素中,比如input

2.嵌入式样式

  以style容器形式嵌入到页面的head标签中,<style></style>

3.外部式样式

  以.css文件存在外部中,通过<link rel="stylesheet" href="*.css" type="text/css"/>嵌入到页面中。

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2021-10-08
  • 2022-02-13
  • 2021-10-08
  • 2021-12-20
  • 2021-09-15
  • 2021-09-29
猜你喜欢
  • 2021-12-10
  • 2021-12-20
  • 2021-12-09
  • 2021-09-15
  • 2021-09-17
  • 2021-08-29
  • 2021-11-13
相关资源
相似解决方案