Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<body> and <head> tags aren't rendered when you submit #2

Closed
cassidoo opened this issue Mar 29, 2015 · 1 comment
Closed

<body> and <head> tags aren't rendered when you submit #2

cassidoo opened this issue Mar 29, 2015 · 1 comment

Comments

@cassidoo
Copy link

So I wrote my code and did the standard:

<!DOCTYPE html>
<html>
<head>
    <title>Document</title>
    ...
</head>
<body>
   ... 
</body>
</html>

...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. :)

@nquinlan
Copy link

Closed by #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants