Description:
The file defines the DOCTYPE declaration twice.
A valid HTML document can contain only one DOCTYPE.
Steps to Reproduce:
Open the HTML file.
Search for .
Two instances appear.
Expected Behavior:
Only one should be present at the top.
Actual Behavior:
Another DOCTYPE is located inside the body.
Suggested Fix:
Delete the inner DOCTYPE declaration.