색상
(temp_font_color_색상)
사이즈
(temp_font_size_크기)
타입
(temp_font_type_유형)
정렬방식-수평
(temp_align_방향)
정렬방식-수직
(temp_valign_방향)
텍스트 굵게
텍스트 이탤릭
텍스트 밑줄
지원 브라우저 :
(7~10)
CSS Code
.font_type_bold{font-weight:bold;} |
.font_type_underline{text-decoration:underline;} |
.font_type_italic{font-style:italic} |
HTML Code
<p>텍스트 <span class="font_type_bold">굵게</span></p> |
<p>텍스트 <span class="font_type_italic">이탤릭</span></p> |
<p>텍스트 <span class="font_type_underline">밑줄</span></p> |