What is CSS?


 পর্ব ২৫

CSS কি?

CSS is a style sheet language which is used for describing the presentation of a documents and that is written in a HTML or a separate file


CSS



CSS=Cascading Style Sheet. CSS is a style sheet language which is used for describing the presentation of a documents and that is written in a HTML or a separate file.
CSS হচ্ছে একটি স্টাইল সীট language যা একটি document এর presentation কে বনর্না করতে ব্যবহুত হয় এবং তা HTLM এ file বা অন্য একটি file এ লিখা হয়।
CSS is one type of design file which is enable to present the color, layout, font etc.
CSS হচ্ছে এক ধরনের design file যা color, layout, font ইত্যাদিকে উপস্থাপনা করতে সক্ষম।
CSS টা মূলত কোন কিছুকে colorful করে উপস্থাপনার জন্য ব্যবহার করা হয়।
যেমন: অামি লিখলাম, I am Rony.
এখন এই লিখাটি যদি CSS ছাড়া লিখি তবে তা সাধারন ভাবে show করবে। কিন্তু যদি CSS এই লিখাটির color কেমন হবে, তা কতটুকু বড় হবে তা কোন position এ show করবে এগুলো যদি লিখে দেই তবে তা সাধারন ভাবে show না হয়ে colorful ভাবে Show করবে।
অামরা CSS টি, HTML এ <div style= " color: green; font family : time new romam; background : blue;"> </ div>
এভাবে লিখতে পারি।
অাবার, CSS এ একটি file খোলে,
. Text{ color: green; font family: time new roman; background: blue; }
এভাবে লিখে,
HTML file এ link করে দিতে পারি,
<div class = "text"> < /div> এভাবে লিখে।

No comments

How To Become A Successful WordPress Developer

Becoming a successful WordPress developer involves a combination of skills, continuous learning, and practical experience. Here's a road...

Theme images by RBFried. Powered by Blogger.