text
English [tekst] US [t?kst]
n. ???, ?? ???, ???; ??
v. k??re??n ]
n. ??, ?? ??, ?? ???;
CSS ??? ?? ?? ???
??: text-?? ??? ???? ???? ??? ?????.
??: ? ??? ???? ??? ?? ???? ?? ??? ??? ? ????. ?? ??? ?? ??? ??? ?? ??? ??? ??? ?? ??? "??"???. ??? ????? ???? ??? ??? ????.?
??: ?? ?? ????? ??? ?? ??? ?????. ?? ? "inherit"? ?? ??? Internet Explorer(IE8 ??)?? ???? ????. "blink" ?? ?? IE, Chrome ?? Safari?? ???? ????.
CSS ??? ?? ?? ?
<html> <head> <style type="text/css"> h1 {text-decoration: overline} h2 {text-decoration: line-through} h3 {text-decoration: underline} h4 {text-decoration:blink} a {text-decoration: none} </style> </head> <body> <h1>這是標題 1</h1> <h2>這是標題 2</h2> <h3>這是標題 3</h3> <h4>這是標題 4</h4> <p><a href="http://www.miracleart.cn/">這是一個鏈接</a></p> </body> </html>
??? ????? ??? "???? ??" ??? ?????