* 자료형>산술형 = 계산이 가능하다.
> 첨부 : 예제 문서 java Package : 3page java 예약어 : 4page java Applet : 6page
> 정수형 상수 12 = 10진수 = 4byte정수형 상수 0x12 = 16진수 (대소문자 구분하지 않는다.) 0xab = 16진수 (a=10)
> 실수형 상수 소수점을 포함 12.5f : 4byte형 실수형 상수
> 정수형 변수 1bite=8bit(첫자리는 부호 + 7bit) ex1) 117=01110101
자동 형변환 (자료형)대상체
// 지역변수와 전역변수의 이름이 같을 경우, 지역변수가 우선됨.
//전역변수
++i; 단항연산자 순위 Shift연산자 (전체를 좌우로 밀어준다.)
|
element
| Font | |
|---|---|
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| letter-spacing | |
| line-height | |
| text-decoration | |
| text-align | |
| text-indent | |
| text-transform | |
| white-space | |
| word-spacing | |
| color | |
| Background | |
| bg-attachment | |
| bg-color | |
| bg-image | |
| bg-position | |
| bg-repeat | |
| Box | |
| width | |
| height | |
| border-top | |
| border-right | |
| border-bottom | |
| border-left | |
| margin | |
| padding | |
| max-height | |
| min-height | |
| max-width | |
| min-width | |
| outline-color | |
| outline-style | |
| outline-width | |
| Positioning | |
| position | |
| top | |
| bottom | |
| right | |
| left | |
| float | |
| display | |
| clear | |
| z-index | |
| List | |
| list-style-image | |
| list-style-type | |
| list-style-position | |
| Table | |
| vertical-align | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| Effects | |
| text-shadow | |
| -webkit-box-shadow | |
| border-radius | |
| Other | |
| overflow | |
| cursor | |
| visibility |
