Can I align content inside table? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I align content inside table?

6th Aug 2020, 3:10 AM
jonai ianoj
jonai ianoj - avatar
4 Answers
+ 3
Html: (Make a table) Css: td { text-align: center; }
6th Aug 2020, 3:57 AM
Namit Jain
Namit Jain - avatar
+ 2
Yes yes you can. Explore it you will find many more features of alignment in table
6th Aug 2020, 4:31 AM
Ayush Kumar
Ayush Kumar - avatar
+ 1
Yea sure using css style inside HTML.
6th Aug 2020, 3:13 AM
Sâñtôsh
Sâñtôsh - avatar
+ 1
Yeah of course ! Using CSS . The syntax is: Make a table in Html suppose <td class="class"> Your text in table</td> CSS RULES td .class{ text-align:center; } By this way you can even align a particular cell . Hope this one helps. 😊😊😊
6th Aug 2020, 6:23 AM
Samarth singh
Samarth singh - avatar