কম্পিউটার

HTML DOM স্টাইল কলামগ্যাপ প্রপার্টি


HTML DOM Style columnGap প্রপার্টি একটি এলিমেন্টের কলামের মধ্যে স্পেস নির্দিষ্ট করতে ব্যবহার করা হয়।

-এর সিনট্যাক্স নিচে দেওয়া হল

columnGap বৈশিষ্ট্য −

সেট করা হচ্ছে
object.style.columnGap = "length|normal|initial|inherit"

উপরের বৈশিষ্ট্যগুলি নিম্নরূপ ব্যাখ্যা করা হয়েছে -

মান বিবরণ
দৈর্ঘ্য কলামগুলির মধ্যে ফাঁক সেট করতে ব্যবহৃত দৈর্ঘ্য নির্দিষ্ট করা
স্বাভাবিক এটি ডিফল্ট মান যা কলামগুলির মধ্যে 1em এর ব্যবধান নির্দিষ্ট করে।
প্রাথমিক প্রাথমিক মান এই সম্পত্তি সেট করার জন্য।
উত্তরাধিকার অভিভাবক সম্পত্তি মান উত্তরাধিকারসূত্রে পেতে

আসুন columnGap প্রপার্টি −

এর একটি উদাহরণ দেখি

উদাহরণ

<!DOCTYPE html>
<html>
<head>
<style>
   div {
      column-count: 4;
      column-gap: 50px;
      font-size: 1.2rem;
   }
</style>
<script>
   function changeColumnGap(){
      document.getElementsByTagName("div")[0].style.columnGap="10px";
      document.getElementById("Sample").innerHTML="The column gap is now decreased";
   }
</script>
</head>
<body>
   <div>
      This is some sample text inside div. This is the second div line.This is the third div
      line.This is the fourth div line. This is the fifth div line.This is the sixth div line.
      This is the seventh div line. This is the eigtth div line.This is the ninth div line. This is
      the tenth div line.This is the eleventh div line. This is the twelth div line.This is the  thirteenth div
      line.This is the fourteen line. This is the fifteen div line.This is the sixteen div line. This  is the seventeen div line. This is the eighteen div line.
   </div>
   <p>Change the above div column gap by clicking the below button</p>
   <button onclick="changeColumnGap()">Change Column Gap</button>
   <p id="Sample"></p>
</body>
</html>

আউটপুট

HTML DOM স্টাইল কলামগ্যাপ প্রপার্টি

"কলামের ফাঁক পরিবর্তন করুন" ক্লিক করলে৷ বোতাম -

HTML DOM স্টাইল কলামগ্যাপ প্রপার্টি


  1. এইচটিএমএল ডম স্টাইল ফ্লেক্সফ্লো প্রপার্টি

  2. HTML DOM শৈলী flexDirection বৈশিষ্ট্য

  3. এইচটিএমএল ডম স্টাইল ফ্লেক্স প্রপার্টি

  4. HTML DOM শৈলী ন্যায্যতা বিষয়বস্তু সম্পত্তি