문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
wiki:bootstrap:bootstrap_note:bs_buttons [2021/03/25 12:06] emblim98 만듦 |
wiki:bootstrap:bootstrap_note:bs_buttons [2023/01/13 18:44] (현재) |
||
|---|---|---|---|
| 줄 44: | 줄 44: | ||
| ====예제==== | ====예제==== | ||
| < | < | ||
| + | < | ||
| + | <div class=" | ||
| + | < | ||
| + | <a href="#" | ||
| + | <button type=" | ||
| + | <input type=" | ||
| + | <input type=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | \\ | ||
| + | **링크의 href 속성에 #을 입력하는 이유는 무엇입니까? | ||
| + | \\ | ||
| + | 링크할 페이지가 없고 " | ||
| + | 특정 페이지에 대한 실제 URL를 href 속성에 입력해야 합니다.\\ | ||
| + | \\ | ||
| + | =====Button Sizes===== | ||
| + | Bootstrap은 4가지 버튼 크기를 제공합니다: | ||
| + | 다른 크기를 정의하는 클래스는 다음과 같습니다: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | \\ | ||
| + | 하기 예제는 다양한 버튼 크기에 대한 코드를 보여줍니다.\\ | ||
| + | ====예제==== | ||
| + | < | ||
| + | < | ||
| + | <div class=" | ||
| + | < | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | </ | ||
| + | |||
| + | </ | ||
| </ | </ | ||
| + | \\ | ||
| + | =====Block Level Buttons===== | ||
| + | 블록 레벨 버튼은 부모 요소의 전체 너비에 걸쳐 있습니다.\\ | ||
| + | \\ | ||
| + | '' | ||
| + | ====예제==== | ||
| + | < | ||
| + | < | ||
| + | <div class=" | ||
| + | < | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | |||
| + | < | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | |||
| + | < | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | </ | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | \\ | ||
| + | =====Active/ | ||
| + | 버튼은 활성(누른 것처럼 보임) 또는 비활성화(클릭 할 수 없음) 상태로 설정할 수 있습니다.\\ | ||
| + | \\ | ||
| + | '' | ||
| + | ====예제==== | ||
| + | < | ||
| + | < | ||
| + | <div class=" | ||
| + | < | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | <button type=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||