728x90
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">-->
<link rel="stylesheet" href="./bootstrap/bootstrap.min.css"> <!-- ํด๋๋ก ๋ถํธ์คํธ๋ฉ ์ฌ์ฉ์ ์๋๋น ๋ฆ -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<h1 class="text-center mb-5">component:checkbox & radio</h1>
<h2 class="text-center mb-4">๊ธฐ๋ณธ์ ์ธ ์ฌ์ฉ ์</h2>
<div class="container">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-secondary active">
<input type="checkbox" autocomplete="off">์ฒดํฌ๋ฐ์ค1(์ ํ)
</label>
<label class="btn btn-secondary">
<input type="checkbox" autocomplete="off">์ฒดํฌ๋ฐ์ค2
</label>
</div>
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-secondary active">
<input type="radio" name="optradio" autocomplete="off" checked="checked">์ต์
1
</label>
<label class="btn btn-secondary">
<input type="radio" name="optradio" autocomplete="off">์ต์
2
</label>
</div>
</div>
</body>
</html>
'๐ HTML\CSS > ๐ฐ๏ธ ๋ถํธ ์คํธ๋ฉ BootStrap' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
9๏ธโฃ๋ถํธ ์คํธ๋ฉ (BootStrap) - Carousel ์นด๋ฃจ์ (0) | 2021.02.26 |
---|---|
8๏ธโฃ๋ถํธ ์คํธ๋ฉ (BootStrap) - Dropdown (0) | 2021.02.26 |
6๏ธโฃ๋ถํธ ์คํธ๋ฉ (BootStrap) - Button (0) | 2021.02.26 |
5๏ธโฃ ๋ถํธ ์คํธ๋ฉ (BootStrap) - navigation basic (0) | 2021.02.26 |
4๏ธโฃ๋ถํธ ์คํธ๋ฉ (BootStrap) - Jumbotron (0) | 2021.02.26 |
๋๊ธ