29
Getting started with minimal tech experience?
(slrpnk.net)
Community for the appreciation and sharing of links, resources, and culture of: the smol web / small web / ~(w)~ / the indie web / or even the non-www internet (gemini, gopher, etc).
Back of a napkin definition, subject to change: if it's internet accessible and is maintained by a person, especially for non-commercial aims, then I would consider it smol. There are, however, much stricter definitions.
This is from the ppl making the CSS standard: https://www.w3.org/Style/Examples/011/firstcss
It first shows how to use CSS in the HTML header, but in the end also how to use an external CSS file.
About JS components: This is ambiguous and maybe getting out of hand. For small web, it's best to use JS to automate HTML components. Pure JS components exist as well, but this get's bloated with libraries quickly.
Thank you ^_^