Hacker News new | ask | show | jobs
by avmich 2287 days ago
We probably need good tutorials about how to create a nice looking HTML pages. Pure HTML, maybe with CSS. I'd prefer page to be self-contained - a document, not an app. This way some accessibility problems could be avoided too.

At least we may have static page generators which execute JS once on server side - for pages which don't really need interactivity (documents, not apps). There are a lot of them.

1 comments

There are many resources available today on how to create a nice looking HTML/CSS page. Looks like Mozilla has a complete guide:

https://developer.mozilla.org/en-US/docs/Learn

This goes into JavaScript later as well but it seems to be the way I'd consider proper: only using JavaScript for things that can only be done in JavaScript.