PeterQHo / github-issue-templates

0 stars 0 forks source link

index.html fails HTML validation #2

Open PeterQHo opened 2 years ago

PeterQHo commented 2 years ago

Describe the bug The index.html fails validation. There are currently 6 errors and 16 warnings. The first of which is:

Line 8, Column 57: required attribute "TYPE" not specified

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://validator.w3.org/'
  2. Paste in 'https://peterqho.github.io/github-issue-templates/'
  3. Click submit
  4. 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%2F&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