কম্পিউটার

CSS হোয়াইট-স্পেস সম্পত্তি


একটি উপাদানের ভিতরে হোয়াইট-স্পেস দিয়ে কাজ করতে হোয়াইট-স্পেস প্রপার্টি ব্যবহার করুন:

উদাহরণ

<!DOCTYPE html>
<html>
   <head>
      <style>
         p.demo1 {
            white-space: normal;
         }
         p.demo2 {
            white-space: pre;
         }
      </style>
   </head>
   <body>
      <h2>Control white-space</h2>
      <p class = "demo1">
         This is demo text.
         This is demo text.
      </p>
      <p class = "demo2">
         This is demo text.
         This is demo text.
      </p>
   </body>
</html>

  1. CSS ব্যবহারকারী-নির্বাচন প্রপার্টি

  2. সিএসএস ফন্ট-সাইজ-সামঞ্জস্য বৈশিষ্ট্য

  3. CSS-এ লেখা-মোড সম্পত্তি

  4. CSS পয়েন্টার-ইভেন্ট সম্পত্তি