--- title: Text Decoration Property localeTitle: خاصية زخرفة النص --- ## خاصية زخرفة النص تحدد خاصية زخرفة النص الزخرفة المضافة للنص. لديها 6 قيم محتملة: ` .none {text-decoration: none} .underline {text-decoration: underline} .line-through {text-decoration: line-through} .overline {text-decoration: overline} .initial {text-decoration: initial} .inherit {text-decoration: inherit} ` **ملاحظة** : في CSS3 يمكنك استخدام خاصية لون زخرفة النص لتغيير لون الزخرفة ، وإلا فإن اللون هو نفس لون النص. #### معلومات اكثر: المستندات: [شبكة مطوري موزيلا](https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration) دعم المتصفح: [Caniuse](http://caniuse.com/#search=text-decoration)