Elektrine lite

← Feed

@konstruct@woof.tech

Post #1787012

2026-04-29 22:16 UTC

@jazz@timetheft.social I haven't used ai but I still wanna learn and I prefer asking questions to ppl instead of being told to RTFM , do you know who I should go to for the basics of HTML, CSS to make a website that looks like this : https://invisible-island.net/ I don't wanna overload you if you're already teaching a lot so I can definitely wait or go slow

Replies (1)

  • @jazz@timetheft.social 2026-04-29 23:30

    @konstruct that website doesn't use CSS! thats what raw HTML looks like, and the best way(s) to learn this are: prepend the URL with view-source: in order to see the source code "view-source:https://invisible-island.net/" (or use the inspector) and read it yourself (this website happens to be generated but from a quick glance the HTML is still nice enough to read, and the other option is to read either W3Schools or MDN html reference to learn more about specific elements. i believe both sites have decent beginner tutorials for HTML too.

    Open ##1789765