You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...but when the page finally rendered, it didn't actually render the <body> tag, so when I styled body { ... }, none of that showed up. <head> wasn't rendered either.
But, all other tags were, so that's what really matters. :)
The text was updated successfully, but these errors were encountered:
So I wrote my code and did the standard:
...but when the page finally rendered, it didn't actually render the
<body>
tag, so when I styledbody { ... }
, none of that showed up.<head>
wasn't rendered either.But, all other tags were, so that's what really matters. :)
The text was updated successfully, but these errors were encountered: