question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HTML validation errors and warnings for Cafe menu practice project

See original GitHub issue

Related to https://github.com/freeCodeCamp/freeCodeCamp/issues/46463#issuecomment-1155180861 The final code of the project has been validated with three different html validators (https://www.freeformatter.com/html-validator.html, https://appdevtools.com/html-validator, https://validator.w3.org/), resulting in these errors and warnings:

- [ ] Warning: Article lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all articles. For all 3 validators

  • Error: Stray start tag “html”. For all 3 validators
From line 62, column 1 to line 62, column 6.
</body> <html>
  • Warning: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. For all 3 validators

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ieahleencommented, Jun 20, 2022

what is stray start tag html?

The tag at the end is an opening tag instead of a closing one

0reactions
Sboonnycommented, Jun 20, 2022

what is stray start tag html? I am creating pr and can’t understand it from looking at the code,

edit: should have searched first https://stackoverflow.com/questions/52281579/what-does-stray-start-tag-html-error-mean#52281637

Read more comments on GitHub >

github_iconTop Results From Across the Web

struts-validation-error-handling-en.pdf - LaLiLuna
Let's start, create a new struts project and a package named de.laliluna.tutorial.validation. Action form class (java related validation). Create a new class ...
Read more >
How To Make a Restaurant Website - W3Schools
Create the structure with HTML. The first thing you have to learn, is HTML, the standard markup language for creating web pages.
Read more >
Client-side form validation - Learn web development | MDN
Warning : Never trust data passed to your server from the client. ... Built-in form validation uses HTML form validation features, ...
Read more >
Holds Tracking - FHA Connection
Warning or Error message. ... Cases with a Holds Tracking status of Completed, Borrower Validation Completed, or Failed ... The FHA Connection menu...
Read more >
2 DATA ENTRY
The Validate option searches for errors and warnings in the currently displayed report. To validate the data, click on the action button, Validate....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found