FAC10 / week5-jajascript

Never miss a train leaving from Bethnal Green again
https://week5-jajascript-bethnal-green.herokuapp.com/
5 stars 1 forks source link

Semantics! #52

Open oliverjam opened 7 years ago

oliverjam commented 7 years ago

Your HTML is quite <div> heavy — given that you're displaying tabular data this would be the perfect use case for <table>! Would also be easier to lay out than a hundred inline-block divs 😉

oliverjam commented 7 years ago

I'd like to add that I really appreciate the amount of work that must have gone into getting these divs to behave and look this good though! Inline-block can be so frustrating