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

KENDI RECIPES HTML #170

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

KENDI RECIPES HTML #170

wants to merge 6 commits into from

Conversation

kendigm
Copy link

@kendigm kendigm commented Oct 2, 2023

No description provided.

<li>1/3 cup dark beer,cold</li>
</ul>
</body>
<body><h3>PREPARATION TIME</h3>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should only be 1 body tag in any given html page

<img src="images/fishchips.jpeg" alt="a picture of fish and chips">
<h2>INGREDIENTS</h2>
<ul>
<li>7 tablespoons (55 grams) all-purpose flour, divided</li>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is your eslint/prettier setup correctly? The formatting seems off here. Do you get auto formatting on saving of a file?

<li>Rest Time :30 mins</li>
<li>Total:85 mins</li>
</ul>
<body>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you are starting another body tag within the previous one. As stated above, only one body tag necessary :)!

Comment on lines +50 to +52
</body>
</body>
</body>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is highly incorrect. It possibly leads to incorrectly displaying your pages in any given browser. I would avoid this to avoid irratic behaviour - especially since multiple body tags don't serve any semantic use-case as well

</body>
</body>
</body>
<body></body>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the empty additional body tag here?

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

Successfully merging this pull request may close these issues.

2 participants