text
English [tekst] American [t?kst]
n. ???, ?? ???, ???; ?? ??
v. ???: texted
??English [?d?k?re??n]
n ??, ?? ??, ?? ???;
?????? textDecoration ?? ???
??: ???? ?????.
??: ??Object.style.textDecoration=none|??|overline|line-through|blink
?????? textDecoration ?? ?
<html> <head> <meta charset="UTF-8"> <script type="text/javascript"> function setTextDecoration() { document.getElementById("p1").style.textDecoration="overline"; } </script> </head> <body> <p id="p1">This is an example paragraph.</p> <p>給文本添加下劃線</p> <input type="button" onclick="setTextDecoration()" value="Set text-decoration" /> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????