리스트 태그(ul, ol, li)와 같은 기능을 CSS로 > html

본문 바로가기
사이트 내 전체검색

html

리스트 태그(ul, ol, li)와 같은 기능을 CSS로

페이지 정보

작성자 서방님 댓글 0건 조회 122회 작성일 07-09-03 11:57

본문

<head>
<STYLE type='text/css'>
li.1 { list-style-type : lower-roman } /* 로마숫자 소문자으로된 목록 */
li.2 { list-style-type : upper-roman } /* 로마숫자 대문자으로된 목록 */
li.3 { list-style-type : lower-alpha } /* 알파벳 소문자으로된 목록 */
li.4 { list-style-type : upper-alpha } /* 알파벳 대문자으로된 목록 */
li.5 { list-style-type : disc } /* 점으로 된 목록 */
li.6 { list-style-type : circle } /* 속이 하얀색 원으로 된 목록 */
li.7 { list-style-type : square } /* 사각형으로 된 목록 */
li.8 { list-style-type : decimal } /* 숫자로 된 목록 */
li.9 { list-style-type : none } /* 아무 표시 없음 */
</STYLE>
</head>

리스트 태그(ul, ol, li)와 같은 기능을 CSS로 만들기.(list-style-type)

<ol>
<LI class='1'>리스트 항목 lower-roman</LI>
<LI class='2'>리스트 항목 upper-roman</LI>
<LI class='3'>리스트 항목 lower-alpha</LI>
<LI class='4'>리스트 항목 upper-alpha</LI>
<LI class='5'>리스트 항목 upper-alpha</LI>
<LI class='6'>리스트 항목 disc</LI>
<LI class='7'>리스트 항목 circle</LI>
<LI class='8'>리스트 항목 square</LI>
<LI class='9'>리스트 항목 none</LI>
</ol>

댓글목록

등록된 댓글이 없습니다.

Total 323건 15 페이지
게시물 검색

회원로그인

접속자집계

오늘
127
어제
225
최대
1,347
전체
154,886
Latest Crypto Fear & Greed Index

그누보드5
Copyright © 서방님.kr All rights reserved.