know yourselves. information, computer, 7 wonders, various.

Monday, April 18, 2016

HTML Part 030_Division Element, Span element




Division Element
<div>  ট্যাগের মাধ্যমে একটি HTML ডকোমেন্টের মধ্যে সেকশন বা ডিভিশন তৈরী করা হয়। অনেকগুলি এলিমেন্টের গ্রুপ তৈরীতে এটি ব্যবহৃত হয়। ওয়েবপেজের Layout  তৈরীতে CSS এর সাথে <div> ট্যাগ অতিমাত্রায় ব্যবহৃত হয়। <div> ট্যাগের প্রথমে এবং শেষে ব্রাউজার ডিফল্ট হিসাবে একটি ফাঁকা লাইন যোগ করে নেওয়া যায়। এই ট্যাগের মধ্যে অন্যান্য Block Level এলিমেন্ট  যেমন: Table, Parragraph, Heading, List  ইত্যাদি ব্যবহার করা যায়। এই ট্যাগের ফরম্যাট হচ্ছে
        <div>...................</div>
উদাহরণ স্বরূপ কোড হচ্ছে নিম্নরূপ:

<!DOCTYPE html>
<html>
<title>example of <div> tag </title>
</head>
<body>
<h3>This is nova system without div tag. </h3>

<div style="color:green;text-align:center;border:1px solid red">
OUR NEW WAP COURSE
<h2>MOBILE WEB PAGE</h2>
<h1> WELCOME </h1>
<p style="text-align:right">
learn mobile web page using wap
<p style="text-align:left">
PHONE:8616571
</div>
<p>This is nova system without div tag. </p>
<p style="text-align:right">
learn mobile web page using wap
<p style="text-align:left">
PHONE:8616571

</body>
</html>
ব্রাউজার দিযে খুললে নিন্মেক্ত ফলাফল পাওয়া যাবে।


Span element
<div>এর সমস্ত বৈশিষ্ট ঠিক রেখে সামান্য পরিবর্তন আনার জন্য <span>.ব্যবহার করা হয়।
উদাহরণ স্বরূপ কোড হচ্ছে নিম্নরূপ:
<!DOCTYPE html>
<html>
<body>
<div style="color:green;font-size:50px; padding:30px;" >NOVA COMPUTER <br /> <span style="color:red; font-size:30px;"> one step ahead always</span>..</div>
</body>
</html>
ব্রাউজার দিযে খুললে নিন্মেক্ত ফলাফল পাওয়া যাবে।
Previous Post                                                                                           Next Post

  বিস্তারিত জানতে নিচের বইটি সংগরহ করে নিন।

Book Name: Mastering Microsoft  Word
Writer: Bappi Ashraf
Published By: Gyankosh Prokashani
Amount of Pages: 464
First Publish: October-2004
Last Edition: We've February-2015 edition. Future edition may be existed!
Book Price: BDT 350 (30% Discount)
 The writer of this book has told that he has written this book with the concept of "teach yourself". On the other hand, Web Design is a thing which is interesting to learn. He has also told that the book is full of fan and enjoyment so that a person can learn Web Design by himself by playing with the example projects of this book.  Book's CD Link below... 

 cd

RELATED POST LINKS BELOW ********************************************