Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 다형성
- 연산자
- 설치
- GUI
- String
- 코틀린#클래스#상속
- Java
- jQuery
- array
- property
- File 클래스
- 연락처 프로그램
- 상속
- springframework
- jsp
- 데이터베이스
- 파일 입출력
- 오라클
- 윈도우 #단축키
- list
- javaservlet
- Event
- function
- css
- kotlin #return #jump
- 자바
- JavaScript
- Method
- html
- spring
Archives
- Today
- Total
목록선택자 (1)
Binary World
1. Element(요소), Tag(태그) 선택자: HTML 태그2. Class: HTML 태그 안에서 class 속성의 값3. ID: HTML 태그 안에서 id 속성의 값 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859CSS Selector/* CSS 주석*//* 1. 태그(Element) 선택자 */div { color: crimson;}/* 2. 클래스 선택자: .클래스이름 */.c1 { color:blue;}.c2 { color:green;}/* 3. 아이디 선택자: #아이디이름 */#i1{ color:purple;}#i2{ color:orange;}..
개발자의 길/Web Programming
2017. 3. 30. 11:22