self-closing

Are self-closing tags valid in HTML5?

The w3c validator doesen't like self-closing tags (those that end with "\>"). Are they still valid in html5? Some examples would be: <br \> <img src="" \> <input type="text" name="username" \> ...