In the table tag.... how would you use align and border together? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

In the table tag.... how would you use align and border together?

23rd Jun 2016, 9:44 AM
Aditya Bajaj
Aditya Bajaj - avatar
5 Answers
+ 2
ALWAYS use CSS for layout and style. NEVER use HTML for that purpose.
23rd Jun 2016, 1:43 PM
ZinC
ZinC - avatar
+ 2
<table align="left" border="3">
23rd Jun 2016, 2:47 PM
Gokul S
Gokul S - avatar
0
it can be using in a same table tag, but if your table is too large the align command shouldn't be using
23rd Jun 2016, 10:56 AM
Frosch
Frosch - avatar
0
try to make a small table, if you want align command activate
23rd Jun 2016, 10:57 AM
Frosch
Frosch - avatar
0
<table align="center" border="2"> it seems work.
23rd Jun 2016, 2:11 PM
Bill Fu
Bill Fu - avatar