The internet has become soulless and i hate it

Provider@feddit.de to Technology@beehaw.org – 123 points –
tim.kicker.dev
55

You are viewing a single comment

god i so wish that i could create my own colorful website, but html/css/javascript were always near impossible for me :( great article, thank you for sharing!

Thank you for reading! There are great tutorials for beginners regarding html/css. Also you can also start with copying the html text of another site and modify it.

To be honest, the minimum you really need for a colourful website is just HTML and a dash of inline CSS, especially if you want to recreate that nostalgic early internet type of feeling. JavaScript is very much optional.

In my opinion you should start easy, understand how it all clicks together, especially HTML and then start building, and eventually rebuilding, on top of it after you have grasped the basics. Most people gets scared by HTML, CSS and JavaScript because they are usually presented together as if you couldn't use one without the others, but you most certainly can.

Just my 2 cents.