Hello, I’m new to Code academy, and yes, I’m already stuck on something, related to tables.
Along with the exercises from ''Learn HTML: Tables" I have made this code:
Company name
Number of Items to Ship
Next Action
Adam's Greenworks
Davie's Burgers
Baker's Bike Shop
Miss Sally's Southern
Summit Resort Rentals
Strike Fitness
14
2
3
4
4
1
Package Items
Send Invoice
Send Invoice
Ship
Ship
Enter Order
Now the problem is that the headers “Company name”, “Number of Items” and “Ship Next Action” are on top of the first three columns. They are supposed to be on the left so they align with their correct row.
Can anyone explain to me how I can do this?
Hey, it worked! Though, the table headings are not as obvious as headers anymore since they arent within tags, they are at least in the right place now. Thanks!