See https://developer.mozilla.org/en-US/docs/Glossary/Void_element **Example:** ```html <!DOCTYPE html> <html lang="en"> <head><title>foo</title></head> <body><input>bar</input></body> ``` The parser should produce an error on `</input>` like the [W3C validator](https://validator.w3.org/nu/#textarea) does.