반응형
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 |
Tags
- Array
- CMD
- Java
- javascript
- IntelliJ
- 배열
- input
- Maven
- Files
- html
- 자바스크립트
- 테이블
- 이탈리아
- CSS
- windows
- Eclipse
- 인텔리제이
- list
- 문자열
- Button
- 자바
- js
- string
- date
- 이클립스
- json
- ArrayList
- table
- vscode
- Visual Studio Code
Archives
- Today
- Total
목록list-style (1)
어제 오늘 내일
[HTML/CSS] <UL>, <LI> 리스트의 점 없애기
, , 태그를 사용하여 생성된 목록 앞에는 목록을 구분하는 점, 숫자 등이 표시됩니다. 이 때, 앞에 붙는 점을 없애는 방법입니다. list-style-type 또는 list-style 목록 사과 바나나 오렌지 점 없는 목록 사과 바나나 오렌지 .no_dot { list-style-type: none; } list-style-type: none; 리스트 앞에 붙은 점을 제거 하기 위해서 list-style-type의 값을 'none'으로 설정하였습니다. list-style-type 대신 list-style 속성을 사용해도 됩니다. list-style-type: none; list-style: none; (list-style 속성은, list-style-image, list-style-position, l..
IT/HTML&CSS
2022. 12. 15. 07:22