mrowlsss @mrowlsss

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

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

mrowlsss @mrowlsss

html tags are canonically upercase

Dec 10, 2023, 12:55 PM
1
Dec 10, 2023, 1:07 PM
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