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

जावास्क्रिप्ट में टेक्स्ट में टैब, लाइन ब्रेक और व्हाइटस्पेस को कैसे संभालें?

<घंटा/>

टेक्स्ट में टैब, लाइन ब्रेक और व्हाइटस्पेस सौंपने के लिए, व्हाइटस्पेस . का उपयोग करें जावास्क्रिप्ट में संपत्ति। मान सामान्य, अब्रैप, प्री आदि सेट करें। प्री सेट करने पर यह

<!DOCTYPE html>
<html>
   <head>
      <style>
         #box {
            width: 300px;
            height: 100px;
            border: 2px solid black;
            background-color: gray;
         }
      </style>
   </head>
   <body>
      <button onclick="display()">Set</button>
      <div id="box">
         This is Demo Text.
         This is Demo Text.
         This is Demo Text.
         This is Demo Text.
         This is Demo Text.
      </div>
      <script>
         function display() {
            document.getElementById("box").style.whiteSpace = "pre";
         }
      </script>
   </body>
</html>

  1. सीएसएस और जावास्क्रिप्ट के साथ होवर पर टैब कैसे बदलें?

    CSS और JavaScript के साथ होवर पर टैब बदलने के लिए, कोड इस प्रकार है - उदाहरण <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> * {box-sizing: border-box} .tab {    float: left;  

  1. CSS और JavaScript के साथ टैब कैसे बनाएं?

    सीएसएस और जावास्क्रिप्ट के साथ टैब बनाने के लिए, कोड इस प्रकार है - उदाहरण <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>> .tab {    overflow: hidden;    border: 2px s

  1. जावास्क्रिप्ट के साथ टेक्स्ट को कैसे टॉगल करें?

    जावास्क्रिप्ट के साथ टेक्स्ट को टॉगल करने के लिए, कोड इस प्रकार है - उदाहरण <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style>    body {       font-family: "Segoe