w3pop.com :: ÍøÂçѧԺ :: CSS :: CSS ÎÄ×Ö
The CSS text properties define the appearance of text.
CSSÎÄ×ÖÊôÐÔ¿ÉÓÃÀ´¶¨ÒåÎÄ×ÖµÄÍâ¹Û
Set the color of the text
This example demonstrates how to set the color of the text.
ÉèÖÃÎÄ×ÖµÄÑÕÉ«
Set the background-color of the text
This example demonstrates how to set the background-color of a part of the text.
ÉèÖÃÎÄ×Ö±³¾°É«
Specify the space between characters
This example demonstrates how to increase or decrease the space between characters.
Ö¸¶¨ÏàÁÚ×Ö·ûµÄ¼ä϶
Align the text
This example demonstrates how to align the text.
¶ÔÆëÎÄ×Ö
Decorate the text
This example demonstrates how to add decoration to text.
ÎÄ×ÖÐÞÊÎ
Indent text
This example demonstrates how to indent the first line of a paragraph.
ÎÄ×ÖÔÚ¶ÎÂäÖÐËõ½ø
Control the letters in a text
This example demonstrates how to control the letters in a text.
¿ØÖÆÎÄ×ÖÖеÄ×Öĸ
The CSS text properties allow you to control the appearance of text. It is possible to change the color of a text, increase or decrease the space between characters in a text, align a text, decorate a text, indent the first line in a text, and more.
CSSÎÄ×ÖÊôÐÔÔÊÐíÄã¿ØÖÆÎÄ×ÖµÄÍâ¹Û¡£Õâ¿ÉÒԸıäÎÄ×ÖµÄÑÕÉ«£¬Ôö¼Ó»òÕßËõ¶ÌÎÄ×ֵļä¾à£¬ÎÄ×ÖµÄ¶ÔÆë£¬×°ÊΣ¬µÚÒ»ÐÐÎÄ×ÖµÄËõ½ø£¬»¹ÓÐÆäËû...
Browser support: IE: Internet Explorer, F: Firefox, N: Netscape.
ä¯ÀÀÆ÷Ö§³Ö£º IE: Internet Explorer, F: Firefox, N: Netscape.
W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).
ÔÚW3CÖеÄÊý×Ö´ú±íCSSµÄ°æ±¾£¨CSS1»òCSS2£©
| PropertyÊôÐÔ | DescriptionÃèÊö | Values | IE | F | N | W3C |
|---|---|---|---|---|---|---|
| color | Sets the color of a text ÉèÖÃÎÄ×ÖÑÕÉ« |
color | 3 | 1 | 4 | 1 |
| direction | Sets the text direction ÉèÖÃÎÄ×ÖµÄÊéд·½Ïò |
ltr rtl |
6 | 1 | 6 | 2 |
| letter-spacing | Increase or decrease the space between characters ×Ö·û¼ä¾à |
normal length |
4 | 1 | 6 | 1 |
| text-align | Aligns the text in an element ÔÚÒ»ÔªËØÖÐÔõô¶ÔÆëÎÄ×Ö£¨Ïò×ó£¬ÏòÓÒ..£© |
left right center justify |
4 | 1 | 4 | 1 |
| text-decoration | Adds decoration to text Ìí¼ÓÎÄ×ÖÐÞÊΣ¨Ï»®Ïߵȵȣ© |
none underline overline line-through blink |
4 | 1 | 4 | 1 |
| text-indent | Indents the first line of text in an element Ê×ÐÐÎÄ×ÖËõ½ø |
length % |
4 | 1 | 4 | 1 |
| text-shadow | none color length |
|||||
| text-transform | Controls the letters in an element ¿ØÖÆ×Öĸ£¨´óд£¬Ð¡Ð´¡£¡££© |
none capitalize uppercase lowercase |
4 | 1 | 4 | 1 |
| unicode-bidi | normal embed bidi-override |
5 | 2 | |||
| white-space | Sets how white space inside an element is handled ÉèÖÃÔõÑù¸øÒ»ÔªËؿؼþÁô°× |
normal pre nowrap |
5 | 1 | 4 | 1 |
| word-spacing | Increase or decrease the space between words µ¥´Ê¼ä¾à |
normal length |
6 | 1 | 6 | 1 |