Computer >> कंप्यूटर >  >> प्रोग्रामिंग >> CSS

CSS में टेक्स्ट डेकोरेशन की शैली सेट करें

<घंटा/>

टेक्स्ट डेकोरेशन की शैली सेट करने के लिए, टेक्स्ट-डेकोरेशन-स्टाइल प्रॉपर्टी का उपयोग करें। आप निम्न मानों का उपयोग कर सकते हैं -

text-decoration-style: solid|double|dotted|dashed|wavy|initial|inherit;

उदाहरण

<!DOCTYPE html>
<html>
<head>
<style>
span {
   text-decoration: line-through;
   text-decoration-color: blue;
}
.demo2 {
   text-decoration: underline;
   text-decoration-style: double;
   text-decoration-color: red;
}
</style>
</head>
<body>
<h1>Details</h1>
<p class="demo">Examination Center near <span>XYZ College</span> ABC College.</p>
<p class="demo2">Exam begins at 11AM.</p>
</body>
</html>

आउटपुट

CSS में टेक्स्ट डेकोरेशन की शैली सेट करें

उदाहरण

आइए अब एक और उदाहरण देखें -

<!DOCTYPE html>
<html>
<head>
<style>
.demo {
   text-decoration: overline;
   text-decoration-color: blue;
   text-decoration-style: wavy;
}
.demo2 {
   text-decoration: overline;
   text-decoration-style: dashed;
   text-decoration-color: red;
}
</style>
</head>
<body>
<h1>Details</h1>
<p class="demo">Examination Center near ABC College.</p>
<p class="demo2">Exam begins at 11AM.</p>
</body>
</html>

आउटपुट

CSS में टेक्स्ट डेकोरेशन की शैली सेट करें


  1. सीएसएस में पाठ सजावट

    CSS में टेक्स्ट डेकोरेशन के लिए, टेक्स्ट-डेकोरेशन प्रॉपर्टी को शॉर्टहैंड प्रॉपर्टी के रूप में निम्नलिखित प्रॉपर्टीज के लिए इस्तेमाल करें - पाठ्य-सजावट-लाइनपाठ-सजावट-रंगपाठ-सजावट-शैली उदाहरण आइए CSS में टेक्स्ट डेकोरेशन के लिए एक उदाहरण देखें - .demo { text-decoration:overline underline;}विवरणएबीसी

  1. HTML में टेक्स्ट दिशा कैसे सेट करें?

    HTML में टेक्स्ट की दिशा निर्धारित करने के लिए, स्टाइल एट्रिब्यूट का उपयोग करें। शैली विशेषता किसी तत्व के लिए एक इनलाइन शैली निर्दिष्ट करती है। शैली विशेषता का उपयोग सीएसएस संपत्ति दिशा के साथ दिशा निर्धारित करने के लिए किया जाता है। बस ध्यान रखें, शैली विशेषता का उपयोग विश्व स्तर पर किसी भी शैली स

  1. HTML DOM स्टाइल लाइनहाइट प्रॉपर्टी

    HTML DOM Style lineHeight प्रॉपर्टी का उपयोग लाइन की ऊंचाई को सेट करने के लिए किया जाता है, जो कि टेक्स्ट में लाइनों के बीच की दूरी है। लाइनहाइट प्रॉपर्टी सेट करने के लिए सिंटैक्स निम्नलिखित है - object.style.lineHeight लाइनहाइट प्रॉपर्टी को वापस करने के लिए सिंटैक्स निम्नलिखित है - object.style.l