CSS
CSS
Ŭ ̵
ּ
ؽƮ
color
direction
backgroud-color
line-height
letter-spacing
text-align
text-decoration
text-indent
word-spacing
background-color
background-image
background-repeat
background-position
background-attachment
Font
ũ
Box Model
輱(border)
Ʈ(list)
CSS ؽƮ color

color Ӽ ̿Ͽ ؽƮ ֽϴ.

<p style="color:red"> ˴ϴ.</p>

˴ϴ.

ü ʰ Ϻο ҷ <span>±׸ Ͽ ϸ ˴ϴ.

<p> ü ʰ <span style="color:red">Ϻο</span> ֽϴ.</p>

ü ʰ Ϻο ֽϴ.

̺ ȿ մϴ.

<table>
<tr>
    <td style="color:red"> ؽƮƮ ˴ϴ.</td>
</tr>
</table>

ؽƮƮ ˴ϴ.

ũ ֽϴ.

<style type="text/css">
a {color:red}
a:hover {color:green}
</style>

<p><a href="http://www.hoemjjang.com">Ȩ¯</a> Ȩ ̵ մϴ.</p>

Copyright © Homejjang.com All rights reserved.