<head>
안에 넣어줄것💡 CDN 넣을 태그가 style인지, head인지 헷갈린다면?!
<style>
안에 넣어야 할지,<head>
안에 넣어야 할지 헷갈릴땐, 'bootstrap을 미리 가져와놔야(import) css class에서 사용할 수 있으니까 style 전에 미리 가져와놓자' 라고 생각하자!
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">