TIL21 - 부트스트랩

Seuling·2022년 4월 27일
0

TIL

목록 보기
19/30
post-thumbnail

부트스트랩은 웹 프레임워크
*프레임워크: 최소한의 작업으로 빠르게 결과물을 만들 수 있도록 구축해 놓은 종합 공구 세트라고 생각

부트스트랩은 form, button, table, navigator가 HTML, CSS로 미리 디자인 되어 있음.
bootstrap4와 bootstrap5의 가장 큰 차이는 jQuery가 없어졌다는 것

<!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.0">
    <title>Document</title>
</head>
<body>
    <h1>참고로 알아두면 좋은 페이지</h1>
    <p>무료 테마 : https://startbootstrap.com/</p>
    <p>테마 구매 : https://themes.getbootstrap.com/</p>
    <p>테마 구매 : https://wrapbootstrap.com/</p>
    <p>테마 구매 : https://themeforest.net/search/bootstrap</p>
    <p>서버유지 : https://www.iwinv.kr/</p>
    <p>텍스트 에디터 : https://summernote.org/, 
                      https://ui.toast.com/tui-editor</p>
    <p>경고창 : https://sweetalert2.github.io/</p>
</body>
</html>
profile
프론트엔드 개발자 항상 뭘 하고있는 슬링

0개의 댓글