(정보글이니까 슼으로 바꿈)
테스트방에 저장해놓은 거 올려봄
#000000 <-기본 색상표 코드(블랙) 지우고 원하는 색의 색상표 코드(#여섯자리) 넣으면 됨
줄태그
▶ 긋기
<hr style="display:block; border: #000000 0 none; border-top: #000000 1px solid; height: 1px">
▶ 두줄긋기
<hr style="display:block; border: #000000 0 none; border-top: #000000 1px solid; border-bottom: #000000 1px solid; height: 2px">
▶ 점음표
<hr style="display:block; border: #000000 0 none; border-top: #000000 1px dotted; height: 1px">
▶ 점선
<hr style="display:block; border: #000000 0 none; border-top: #000000 1px dashed; height: 1px">
▶ 영역의 윗쪽 테두리
여기는 DIV영역이며 윗쪽 테두리선만 표시함
<div style="height: auto; width: 100%; border-top:1px solid #000000;">적용시 내용은 여기에 쓰세요</div>
▶ 영역의 아래쪽 테두리
여기는 DIV영역이며 아래쪽 테두리선만 표시함
<div style="height: auto; width: 100%; border-bottom:1px solid #000000;">적용시 내용은 여기에 쓰세요</div>
▶ 영역의 왼쪽 테두리
여기는 DIV영역이며 왼쪽 테두리선만 표시함
<div style="height: auto; width: 100%; border-left:5px solid #000000;"> 적용시 내용은 여기에 쓰세요</div>
▶ 가로줄 지정 (왼쪽 정렬)
<hr align="left" style="border: solid 5px #000000; width: 50%;">
▶ 가로줄 지정 (가운데 정렬)
<hr align="center" style="border: solid 5px #000000; width: 50%;">
▶ 가로줄 지정 (오른쪽 정렬)
<hr align="right" style="border: solid 5px #000000; width: 50%;">
테두리
▶ Solid 1px 을 적용한 모습
'더쿠'는 오덕후(오타쿠의 우리식 순화표현)를 좀 더 친근하고 재밌게 발음한 단어로, '더쿠'라는 말이 담고 있는 긍정적 의미인 ‘특정 취미에 강한 사람’이라는 의미에, '누구나 더쿠가 될 자격'이 있다는 영어 의미를 더해 "theqoo(the qualification of otaku)"라고 명명하게 되었습니다.
<div style="border: 1px solid #000000; height: auto; padding:10px;">적용시 내용은 여기에 쓰세요</div>
▶ Dotted 1px 을 적용한 모습
'더쿠'는 오덕후(오타쿠의 우리식 순화표현)를 좀 더 친근하고 재밌게 발음한 단어로, '더쿠'라는 말이 담고 있는 긍정적 의미인 ‘특정 취미에 강한 사람’이라는 의미에, '누구나 더쿠가 될 자격'이 있다는 영어 의미를 더해 "theqoo(the qualification of otaku)"라고 명명하게 되었습니다.
<div style="border: 1px dotted #000000; height: auto; padding:10px;">적용시 내용은 여기에 쓰세요</div>
▶ Dashed 1px 을 적용한 모습
'더쿠'는 오덕후(오타쿠의 우리식 순화표현)를 좀 더 친근하고 재밌게 발음한 단어로, '더쿠'라는 말이 담고 있는 긍정적 의미인 ‘특정 취미에 강한 사람’이라는 의미에, '누구나 더쿠가 될 자격'이 있다는 영어 의미를 더해 "theqoo(the qualification of otaku)"라고 명명하게 되었습니다.
<div style="border: 1px dashed #000000; height: auto; padding:10px;">적용시 내용은 여기에 쓰세요</div>
▶ Double 5px 을 적용한 모습
'더쿠'는 오덕후(오타쿠의 우리식 순화표현)를 좀 더 친근하고 재밌게 발음한 단어로, '더쿠'라는 말이 담고 있는 긍정적 의미인 ‘특정 취미에 강한 사람’이라는 의미에, '누구나 더쿠가 될 자격'이 있다는 영어 의미를 더해 "theqoo(the qualification of otaku)"라고 명명하게 되었습니다.
<div style="border: 5px double #000000; height: auto; padding: 10px;">적용시 내용은 여기에 쓰세요</div>