We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HTML Validator on a resulting statement gives:
1. Warning: Consider adding a lang attribute to the html start tag to declare the language of this document. Error: Element head is missing a required instance of child element title. Error: The noshade attribute on the hr element is obsolete. Use CSS instead. <hr noshade="noshade">
Error: Element head is missing a required instance of child element title.
Error: The noshade attribute on the hr element is obsolete. Use CSS instead. <hr noshade="noshade">
<hr noshade="noshade">
The text was updated successfully, but these errors were encountered:
Also, the first heading is an h2. I assume best to make it an h1.
Sorry, something went wrong.
No branches or pull requests
HTML Validator on a resulting statement gives:
The text was updated successfully, but these errors were encountered: