css table hindi
properties of css table hindi
css me table ka bhut jayada use kiya jata hai..html me hum table ka use jayada nahi kar sakte hai. but design ki improve ke liye hum css me table ka use kate hai..
1 border properties-
collapse -broader-
css me collapse- broader ki help se seperate or single table banayi jati hai..
2 table height and width-
exa-
table,th
{
width,height:(50%,25px);
}
other same css table-
.table color
.vertical table
.responsive and mobile friendly
.vertically drop down table
3 table color-
css me color ko use karne ke liye table colr ka use kiya jata hai.color aur text me <th> element ka use kiya jata hai.
exa-
table
{
color:red;
}
4 border -space-
border space properties me table के बीच space ka use kiya jata hai. border spacing me horizontalक्षैतिज and verticalऊर्ध्वाधर space ka use hota hai..
border spacing ko horizontal aur vertical दोनों तरह se use kar sakte hai..
exa-
table
{
border-space:100px;
}
.

No comments:
Post a Comment