+ 1

Does someone really need to know how to make tables, etc. when using HTML

HTML

10th Sep 2020, 11:40 PM
Abdulrahman Adekola
Abdulrahman Adekola - avatar
2 Réponses
+ 3
It definitely doesn’t hurt to know. And the syntax isn’t too bad to get the hang of: <table> // main <tr> // table row <td> // content1 </td> <td> // content2 </td> </tr> </table> I think tables are really useful for neatly organizing information that looks bad when taking up the entire container width (think pros and cons lists, or comparision charts).
10th Sep 2020, 11:48 PM
NULL
NULL - avatar
+ 2
HTML table is the easiest way to represent data in tabular form. There are advanced tables, but the regular HTML table is more beginner friendly. In short: Yes.
10th Sep 2020, 11:44 PM
Ipang
Aujourd'hui en vedette
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes