Description
After running w3.org HTML validator, a few issues were identified.
- Start tag seen without seeing a doctype first. Expected
<!DOCTYPE html>
- A document must not include more than one meta element with a charset attribute.
- Duplicate attribute
class used in the form element