Why this fires¶
TE743 reports children or a closing tag on a void HTML element such as input, img, or br.
<input></input>Fix it¶
Convert the tag to its self-closing form (<input />). When the body is empty, the compiler/LSP offers this as a structured fix.