also its really weird how to link css its <link rel=”stylesheet” href=”…”> instead of

<link rel=”stylehseet” src=”…”>

html tags are canonically upercase

Dec 10, 2023, 1:07 PM
4 0 3

comments

not really, the link element uses the word ‘href’, meaning hyperlink reference, to say where it links to, stylesheets were just added after

eh i like src better

it doesn’t make sense in this context though. it only really would if <style src="..."></style> existed