글자, 필터 [Text, Font, Filter] Style 태그

작성자 정보

  • 작성자 관리자
  • 아이피 122.♡.189.33
  • 작성일

컨텐츠 정보

본문

▷ style [모양, 형태] 태그

⊙ 태그요소

① <style> ... </style>

style : html에 사용되는 태그들은 다양한 속성을 가지고 있다. 하지만 그 속성만으로 동적인 화면을 구성하기에는 부족한 면이 있다.
기본적인 속성에 부가적으로 style을 설정하여 다양한 부가 속성을 주어 장식하게 하는 태그이다.

⊙ 글자(text, font)에 적용하는 style

속성

용도
사용법

사용예

color

글자 색

<span style="color: 색이름 / 색코드;">콩나물대제국</span>

콩나물대제국

direction

글자 방향

<p style="direction: ltr / rtl / inherit;">콩나물대제국</p>

콩나물대제국

font-family
font-size
font-style
font-variant
font-weight

글꼴
폰트 크기
이탤릭체 사용
작은 대문자 사용
폰트 굵기

<div style="
font-family:궁서;
font-size:12pt;
font-style:italic;
font-variant:small-caps;
font-weight:bold;">
콩나물대제국<br>주신의대제국
</div>

콩나물대제국
주신의대제국

line-height

행 간격

<div style="
line-height: 300%;">
콩나물대제국<br>주신의대제국
</div>

콩나물대제국
주신의대제국

letter-spacing

글자 간격 <span style="letter-spacing: 너비(2em);">콩나물대제국</span> 콩나물대제국

ime-mode

ime(한글입력) 설정

<input type="text"
style="ime-mode: active/inactive/disabled;">

한글우선
영문우선
영어로만

layout-grid-mode
layout-grid-type
layout-grid-line
layout-grid-char

방식
형태
높이
너비

<div style="layout-grid-mode: both / line / char;
layout-grid-type: fixed / loose / strict;
layout-grid-line: 높이(3em);
layout-grid-char: 너비(2em);">
콩나물대제국</div>

콩나물대제국

ruby-align
ruby-position

주석 정렬
주석 위치

<div style="border: 1px;
ruby-align: left / center / right / auto /
distribute-letter / distribute-space / line-edge;
ruby-position: above / inline">
<ruby>콩나물 대제국<rt>우리집</ruby>
</div>

콩나물 대제국우리집
콩나물 대제국우리집
콩나물 대제국우리집

text-align
text-decoration
text-indent
text-overflow
text-transform

정렬
효과, 장식
들여쓰기
자르기
대소문자변환

<div style="
text-transform:uppercase / lowercase / capitalize;
text-align:left / right / center / justify;
text-indent: cm/mm/in/pt/pc/px/em/ex/%);
text-decoration:blink;
border-width:1px; border-color:green;
border-style:solid; width:150px;

overflow: visible / hidden; text-overflow: clip / elipsis;">
<nobr>콩나물 kong na mul na ra man se</nobr></div>

콩나물 kong na mul na ra man se

vertical-align

수직 정렬

<table><tr>
<td style="vertical-align: auto / baseline / sub / super / top /
middle / bottom / text-top / text-bottom;
border-width:1px; border-color:green;
border-style:solid; width:150px;height=100;
">
콩나물대제국</td></tr></table>

콩나물대제국

※ div, span 태그 - x

white-space

공백 및 줄바꿈금지

<span style="white-space: nowrap / pre;
border-width:1px; border-color:green;
border-style:solid; width:50px;
">
나 널
사랑해<</span>

나 널 사랑해☜nowrap
나 널 사랑해☜pre

word-wrap

줄바꿈

<span style="word-wrap:nomal / break-word;
border-width:1px; border-color:green;
border-style:solid; width:100px;
">
나 널 사랑해 믿어주길 바래~</span>

나 널사랑해 믿어주길 바래~

writing-mode

글 방향

<span style="writing-mode: lr-tb / tb-rl; white-space: nowrap;
border-width:1px; border-color:green;
border-style:solid;
">
kongnamul</span>

kongnamul kongnamul

 ⊙ font size 크기 설정 단위

절대크기

단위

상대크기

단위

in

inch(1인치=2.54cm)

em

기준 글꼴 글자 높이

cm

센치미터

ex

기준 글꼴 영문 소문자 높이

mm

밀리미터

%

기준 글꼴 x %

pt

포인트(1포인트=1/72인치)

px

픽셀 단위

pc

파이카(1파이카=12포인트)

larger

앞글자보다 한 단계 크게

xx-large

medium의 4.5배

smaller

앞글자보다 한 단계 작게

x-large

medium의 3배

 

 

large

medium의 1.5배

 

 

medium

12pt 정도

 

 

small

medium의 1.5배 축소

 

 

x-small

medium의 3배 축소

 

 

xx-small

medium의 4.5배 축소

 

 

 ⊙ filter

속성

용도

사용법

glow

번짐효과

<font color="blue" style="height:30;filter:glow(color:red,strength:10);">콩나물대제국</font>
<span style="color: blue; height:10;filter:glow(color:red,strength:10);">필터효과 적용대상</span>

콩나물대제국
필터효과 적용대상

shadow

그림자효과

<font color="red" style="height:20;filter:shadow(color:blue,direction:225); ">콩나물대제국</font>
<span style="color: red; height:5;filter:shadow(color:blue,direction:225);">필터효과 적용대상</span>

콩나물대제국
필터효과 적용대상

dropshadow

떨어진 그림자효과

<font color="#000000" style="height:30; filter:dropshadow(color: red,offx:2, offy: 2, positive: 1);">콩나물대제국</font><br>
<span style="color: #000000; height: 30; filter: dropshadow(color: red,offx: 5,offy: 5,positive: 0);">필터효과 적용대상</span>

콩나물대제국
필터효과 적용대상

progrid

그라데이션

<span style="width:150; height:20; filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#7789E1, EndColorStr=#FFFFFF);border:1 solid #7789E1;">콩나물대제국</span><br>
<span style="width:150; height:20; filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#7789E1, EndColorStr=#FFFFFF);border:1 solid #7789E1;">콩나물대제국</span>

콩나물대제국

콩나물대제국

alpha(투명도)

투명도

<span style="height: 20; filter: alpha(opacity: 60, style: 4, finishopcity: 50);"><font color="blue">콩나물대제국</font></span>
<img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter: alpha(opacity:1~100, style:0~4, finishopacity:1~100);">

콩나물대제국c.jpg

fliph / flipv

대칭

<span style="height: 5; filter: fliph();">콩나물대제국</font></span>
<span style="height: 5; filter: flipv();">콩나물대제국</font></span>
<img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter: fliph();")>, <img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter: flipv();")>

콩나물대제국
콩나물대제국


c.jpg☜ h c.jpg☜ v

blur

흐림효과

<img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter: blur(add:0 / 1, direction:0 / 45 / 90 / 135 / 180 / 225 / 270 / 315, strength: 0~100);">

c.jpg

<span style="width:150; height:50; color: blue; filter: blur(add:1 , direction:45, strength:10);">콩나물대제국

콩나물대제국

invert

반전

<img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter: invert();")>

c.jpg

chroma

지정색 제거

<img src="3.jpg" style="filter:chroma(color:#ecc254);">

c.gifc.gif

wave

물결효과

<img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter:wave(add:0,freq:3,lightstrength:20,phase:20,strength:5);">

c.jpg

xray

x-ray 효과

<img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter: xray();")>

c.jpg

gray

흑백효과

<img src="http://duduji.iptime.org/duduji/html_tag/c.jpg" style="filter: gray();")>

c.jpg

 ⊙ 골라서 쓰기

관련자료

댓글 0
등록된 댓글이 없습니다.
Total 30 / 2 Page
번호
제목
이름