Old Web Dev
If you're going to do any kind of web development using retro browsers or devices, you're going to want to stick to older standards that have the best chances of being compatible. That's going to be HTML 4, some limited CSS (Level 1, specifically) and you might even get away with a little JavaScript.
Unfortunately, that will limit you quite a bit compared to the modern web, but most of these standards still work perfectly fine on modern web browsers.
These tutorials and references can help you be able to make your own site, even if you've never done any coding before. Start with the HTML series to get started with a basic site, learn to make your site look exactly the way you want with the CSS series, and add some interactivity with the JavaScript series.
HTML 4
Getting started with making your own website? New to coding? This is the place to start.
Sub-Pages:
CSS 1
CSS Level 1 reference goes here.
Properties
- Font Matching
- Colors and Backgrounds
- Text Properties
- Box Properties
- Classification Properties
Sub-Pages: