F5
Ctrl
+ S
command
+ S
Ctrl
+ A
command
+ A
Ctrl
+ X
command
+ X
shift
+ enter
Ctrl
+ Alt
+ L
option
+ command
+ L
Tab
Shift
+ Tab
Ctrl
+ /
command
+ /
<style>
.mytitle {
width: 100%;
height: 250px;
/* 세트로 사용 한다 */
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg');
background-position: center;
background-size: cover;
color: white;
/* 세트로 사용 한다 */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.myCmt {
/*모바일 처리 최대 크기 지정 후 그 전에는 95% 수준 크기로 보여주도록 max-width 및 width 설정*/
max-width: 500px;
width: 95%;
margin: 20px auto 0px auto;
}
</style>
<script>
// 프로그래밍 언어를 배울 때 기억해야 하는 5가지 : 변수, 자료형, 함수, 조건문, 반복문
let mise_list = […];
function print(){
for(let i = 0; i < mise_list.length; i++){
if(mise_list[i]['IDEX_MVL'] < 40){
console.log(mise_list[i]['MSRSTE_NM']);
}
}
}
</script>
[코드스니펫] 꿀팁 - 이모티콘 모음
https://kr.piliapp.com/facebook-symbols/
1) 자바스크립트란?
프로그래밍 언어 중 하나로, 브라우저가 알아들을 수 있는 언어입니다.
👉 이론 설명 때, 클라이언트가 서버에 요청하면, 서버가 클라이언트에게 HTML+CSS+Javascript를 준다고 했던 것, 기억하시나요?Java와 Javascript는 어떤 차이가 있나요?
👉 인도와 인도네시아.. 바다와 바다코끼리.. 아무 관련 없습니다.