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

Sunday, April 17, 2016

HTML Part 024_Table এর valign Attributes



Table এর valign Attributes
valign দ্বারা সাধারণত Vertical Align বোঝানো হয়। শুধুমাত্র align দ্বারা Horizontal ব বোঝানো হয়। Vertical যদি Cell বড় হয় যেমন: height=300px। এক্ষেত্রে valign দ্বারা উপর, নিচ মাঝে বা বেইজে কনটেন্টকে অ্যালাইন করে দেওয়া যায়। সাধারণত <td>, <tr>, <th>, <tbody> ইত্যাদি ট্যাগের সাথে এই অ্যালাইন ব্যবহার করা হয়। এটির Format হচ্ছে <tbody valign=“top/middle/bottom/baseline”>, top দ্বারা উপরে, bottom দ্বারা নিচে, Middle দ্বারা সেন্টারে এবং baseline দ্বারা যদি টেক্সটের সাইজ ছোট/বড় হয় তবেও ফন্টের মূল বড়ি একটি লাইনে সাজানো থাকে।
যেমন: নিচের কোডিংসহ একটি HTML ফাইল তৈরী করুন।
<!DOCTYPE html>
<html>
<body>
<table border="1" style="width:100%; height:300px">
<tr>   <td valign="baseline"> Sopno</td> <td valign="baseline" style="font-size:150%" > Officer </td> <td align="right"> 15000</td> </tr>
<tr>   <td valign="bottom">Mebin</td> <td valign="top"> Faculty </td> <td align="right"> 20000</td>  </tr> 
<tr>   <td style="background-image:url('earth.jpg')"> Mebin</td>  
<td style= "background-image:url('coffee.jpg')"> Faculty </td> <td align="right" style= "background-image:url('taka.jpg')" > 20000</td>   </tr> 
</table
</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 ********************************************