table Tag in HTML (Part 1)
এইচটিএমএল <table> ট্যাগটি একটি সারণী সংজ্ঞায়িত করার জন্য ব্যবহৃত হয়। টেবিল ট্যাগে অন্যান্য ট্যাগ রয়েছে যা টেবিলের কাঠামো সংজ্ঞায়িত করে। (The HTML <table> tag is used for defining a table. The table tag contains other tags that define the structure of the table.)
Input :-
Output :-
Note :- এটি টেবিল ট্যাগের প্রাথমিক কাঠামো। (It is the basic structure of table tag.)
(টেবিল বর্ডার দিতে) To give table Border :-
Input 1 :-
Input 2 :-
Output :-
Note : -
উভয় ইনপুট আউটপুট একই। "ইনপুট 1" এ আমরা একটি দীর্ঘ পদ্ধতি ব্যবহার করছি। তবে "ইনপুট 2" এ প্রক্রিয়াটি সহজ কারণ আমরা <head> ট্যাগটিতে একটি সাধারণ সিএসএস ব্যবহার করছি। ( In both input the output is same. In "Input 1" we are using a lengthy method. But in "Input 2" the process is easy because we are useing a simple css into the <head> tag . )
0 Comments