Is the self-closing tag or void element basically an opening and closing tag combined into one tag in HTML5
No.
It is a regular start tag, with an optional "/" at the end for people trapped with XML syntax.
The end tag is just forbidden for the element type.
2.1m questions
2.1m answers
60 comments
57.0k users