PeterQHo / github-issue-templates

0 stars 0 forks source link

contact.html fails HTML validation #8

Open PeterQHo opened 2 years ago

PeterQHo commented 2 years ago

Describe the bug The contact.html fails validation. There are currently 12 errors and 18 warnings. The first of which is:

Line 9, Column 68: required attribute "TYPE" not specified

To Reproduce Steps to reproduce the behavior:

Go to 'https://validator.w3.org/' Paste in 'https://peterqho.github.io/github-issue-templates/contact.html' Click submit View errors

Expected behavior HTML validator should show no errors on page

Screenshots Click on the following link to view the current HTML validator errors:

https://validator.w3.org/check?uri=https%3A%2F%2Fpeterqho.github.io%2Fgithub-issue-templates%2Fcontact.html&charset=%28detect+automatically%29&doctype=Inline&group=0

Desktop (please complete the following information): N/A

Smartphone (please complete the following information): N/A Additional context Consider using the HTML validator to check for other errors or issues