houweidong

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>外部样式表css</title>
    <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<details>
    <summary>样式的三种方法</summary>
    <ol>
        <li>内联</li>
        <li>内部</li>
        <li>样式表</li>
    </ol>    
</details>
<p>这是一个例子</p>
</body>
</html>

分类:

技术点:

相关文章:

  • 2021-12-14
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-12-03
猜你喜欢
  • 2021-11-19
  • 2021-08-25
  • 2021-11-07
  • 2022-01-30
  • 2022-01-05
相关资源
相似解决方案