Concept Flow - svelte:head for document head
Start Component Render
Detect <svelte:head> block
Extract content inside <svelte:head>
Insert content into <head> of HTML document
Render rest of component body
Page shows with updated head and body
When a Svelte component renders, it finds the <svelte:head> block and adds its content to the HTML document's <head> section before rendering the rest of the page.