일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- selectedIndex
- addClass
- Math.round()
- toFixed()
- ctrl+/
- is_check
- 주석이 먹히지 않을 때
- calc.plus
- selectoptions
- 소스트리인증실패
- SUB함수
- 증가값
- index %
- Math.ceil()
- 파일질라설치
- Git
- FileZilla다운로드
- hide
- Math.floor()
- Parent
- 파일질라설치오류
- Excel
- 파일질라다운로드
- push오류
- slideUp
- removeClass
- FileZilla설치
- 1521
- calc.minus
- excel중복체크
- Today
- Total
목록JAVA_EE (186)
잡동사니에도 사랑을
DOCTYPE html> Insert title here window.onload = function() {// 처음 실행하자마자 뜰 수 있도록 window.onload를 써준다 var kakao = document.getElementsByName("kakao") // 카카오라는 Name속성을 가진 요소'들' alert(kakao.length[0]); for(var i=0; i
DOCTYPE html> Insert title here p { background-color: AliceBlue; color: brown; font-size: 15px; font-family: "Lucida Console", Sans-Serif; text-indent: 1em; } span { font-size: 1.5em; text-decoration: underline; } 텍스트와 폰트 AliceBlue 바탕색에 Brown 색의 "Lucida Console" 폰트로 15px 크기이고 저는 이보다 1.5배 큽니다
DOCTYPE html> Insert title here body { background-color: linen; color: blueviolet; } h2 { text-align: right; color: blue; } span { background-color: skyblue; color: blue; } 손연재 저는 체조 선수 손연재입니다. 음악을 들으면서 책읽기를 좋아합니다. 김치찌개와 막국수를 무척 좋아합니다.
////////exam08 DOCTYPE html> Insert title here
DOCTYPE html> Insert title here 부모 스타일 상속 자식 태그는 부모의 스타일을 상속받는다.
////////exam06 DOCTYPE html> Insert title here @import url(../css/myStyle.css); 아이유 어쩜 이렇게 하늘은 또 파란건지. 눈물이 차올라서 고개 들어. 흐르지 못하게 또 활짝 웃어. ////////myStyle @charset "UTF-8"; body{ background-color: linen; color: lightcoral; margin-left: 30px; margin-right: 30px; } h3{ text-align: center; color: darkred; margin: 30px; }
DOCTYPE html> Insert title here p { color: midnightblue; font-size: 15px; } 정국 오페라를 좋아하고 BTS를 좋아하고 김치부침개를 좋아하고 콩비지찌개를 좋아합니다.