Ask HN: Bootstrap semantics
https://news.ycombinator.com/item?id=4962833Hello! Could somebody explain why Bootstrap asks you to write <table class="table"> instead of <table>, or <button class="btn"> instead of <button>? Why not apply the default styling to platform-independent HTML markup?
Thanks!