Hallo Vintage Computing Welt
Date:
[6th Aug 2024]
Ich werde auf dieser Website die Dinge so präsentieren, dass sie auch mit Vintage Computern und deren alten Browsern direkt geladen und gelesen werden können. So wie auch BBS Software für alte Terminals so funktioniert, dass es funktioniert.
Viele Grüße.
Use HTML Like It's 1996
I liked the 3.2 spec. I felt like it was that great combination of "here's how you should do it" and "but- hey- do whatever you want". Hypertext tries to stick to the spirit of that specification in a few ways. The most obvious is that you can choose whether to use HTML3 tags or HTML5 tags.
It also minimizes the use of classes and IDs. In part this is to keep sizes low but also because at the time you would be have been using semantic selectors like li and span. So there are almost no IDs, and classes only where one item has considerable metadata that cannot otherwise be reasonably distinguished (e.g. the active class in a nav item to indicate that is the currently loaded page).