also its really weird how to link css its <link rel=”stylesheet” href=”…”> instead of
<link rel=”stylehseet” src=”…”>
not really, the link element uses the word ‘href’, meaning hyperlink reference, to say where it links to, stylesheets were just added after
it doesn’t make sense in this context though. it only really would if <style src="..."></style>
existed