如何将 bootstrap 添加到我的网站到 html 代码

how to add bootstrap to my website to html code

我制作了我的网站,现在我想通过添加 bootstrap 使其响应,如何将其添加到现有的 html?我知道它应该有 类 但我怎样才能做到

非常感谢

将此 link 用于 <head> 标签以添加 bootstrap

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">