<!DOCTYPE html>
<html>
<html lang="zh-cn">
    <meta charset="UTF-8">
    <title>Bootstrap</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Bootstrap -->
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<h1>Hello, world!收到</h1>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

1、HTML5

2、meta  - viewport

3、css 

4、js 

 

相关文章:

  • 2021-06-12
  • 2021-11-15
  • 2021-08-14
  • 2022-02-08
  • 2021-07-26
  • 2021-12-21
  • 2021-05-31
猜你喜欢
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-05-07
  • 2021-07-30
相关资源
相似解决方案