부트스크랩 , 제이쿼리
반응형
Bootstrap : 남이 짜둔 CSS
JQuery : 남이 짜둔 Javascript 코드
https://www.w3schools.com/jquery/jquery_get_started.asp
jQuery Get Started
jQuery Get Started Adding jQuery to Your Web Pages There are several ways to start using jQuery on your web site. You can: Download the jQuery library from jQuery.com Include jQuery from a CDN, like Google Downloading jQuery There are two versions of jQuer
www.w3schools.com
제이쿼리 CDN 부분을 헤더에 선언
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
Javascript
CSS
반응형
'컴퓨터 > CSS+HTML' 카테고리의 다른 글
Kotlin 배우기 3주차 (0) | 2021.04.29 |
---|---|
awesome 사용 (0) | 2021.03.10 |
pycham - 로컬서버돌리기 (0) | 2021.02.18 |
서버클라이언트 이해하기 (0) | 2021.02.17 |
alert 경고창 띄우기 (0) | 2021.02.17 |
댓글