|
|
|
|
|
by jbverschoor
1764 days ago
|
|
Exactly. HTML was a document markup language. Articles, etc. Some forms. We're now building applications. Applications have a totally different layout model. Only recently we're able to use flexbox. But it's insane. Just build the layout / application in something that really works (any of platform UI toolkits / markups), and use HTML for document flow. |
|