also its really weird how to link css its <link rel=”stylesheet” href=”…”> instead of
<link rel=”stylehseet” src=”…”>
html tags are canonically upercase
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
<style src="..."></style>
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