Hacker News new | ask | show | jobs
by gdsimoes 2562 days ago
I wonder if there’s no way of making frames work. It seems like such a waste to have the same HTML code for navigation on every single file.
1 comments

I think for usability and accessibility alone, we moved to scripting instead.

Frames were also often used for layout purposes, and when we all accepted the idea that markup and presentation should be separate, CSS was a much better solution.