Bootsrap
Posted yan1314
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bootsrap相关的知识,希望对你有一定的参考价值。
Bootstrap Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css"> <script type="text/javascript" src="./js/jquery-3.2.1.min.js"></script> <title>千寻网络科技</title> </head> <body> <h1>hello world!</h1> </body> </html>
以上是关于Bootsrap的主要内容,如果未能解决你的问题,请参考以下文章