owl — 12/10/2023, 1:07:34 PM

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

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

↩ repost
owl — 12/10/2023, 12:55:12 PM

html tags are canonically upercase

♥ 4 ↩ 1 💬 1 comment
♥ 4 ↩ 0 💬 3 comments

comments

lily:

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

12/10/2023, 2:58:11 PM
owl:

eh i like src better

12/11/2023, 12:11:07 AM
lily:

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

12/11/2023, 4:14:37 PM