HTML+CSS+JS基础知识

 

目录

对HTML+CSS+JS的理解

基础知识

 

对HTML+CSS+JS的理解

 

基础知识

插入样式表的三种方式

外部样式表:<link rel="stylesheet" type="text/css" href="mystyle.css">

内部样式表:<style type="text/css"> body {background-color: red} p {margin-left: 20px} </style>

内联样式:<p style="color: red; margin-left: 20px">

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2021-12-24
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-08-14
  • 2022-12-23
相关资源
相似解决方案