Skip to main content

<body>Root Sectioning Element to hold Document Body of HTML Document

References

  1. Flow Content ↔ any HTMLElement to go inside <body\> via Normal Flow

  2. why not just render directly to [<body>](body)? ↔ to avoid conflict with other library & browser extensions that manipulate <body\>

  3. why not just render directly to [<body>](body)? ↔ to avoid conflict with other library & browser extensions that manipulate <body\>

  4. Root Layout ↔ top-level layout.tsx to share across all Pages in App, to define <html\> & <body\>