&copy 는 특수문자 c커피 출력

&lt;div는 <div>를 그대로 출력
또는 &lt; div &gt;

실시간 날짜 출력하기
자바스크립트로
new Date( ) 현재 날짜
new Date( ).getFullYear( ) 현재 년도


자바스크립트에서
document.quertselector를 쓸필요없이
html에서 선택자를 class가 아닌 id로 하여
'#id'로 자바스크립트에서 바로쓸수있다.

 

 

[스크롤버튼을 만들어 버튼을 누를시 화면을 맨위로 올리기]

const scrollEl = document.querySelector('.스크롤버튼클래스')

gsap의 ScrollToPlugin 를 head에 사용 선언

 

 

 

gsap ScrollToPlugin 선언한 후 코드 적용

+ Recent posts