I rarely get to listen to syntax.fm, but when I do, they really do deliver with their episodes!
I rarely get to listen to syntax.fm, but when I do, they really do deliver with their episodes!
« Empty elements must either have an end tag or the start tag must end with />. For instance,
or
. »
www.cs.auckland.ac.nz/references/h...
« Empty elements must either have an end tag or the start tag must end with />. For instance,
or
. »
www.cs.auckland.ac.nz/references/h...
Since the HTML parser knows, that it is a void-element, it "closes" it implicitly.
html.spec.whatwg.org/multipage/sy...
Since the HTML parser knows, that it is a void-element, it "closes" it implicitly.
html.spec.whatwg.org/multipage/sy...
«(…) the trailing slash is ignored, and the element is treated as open until an explicit closing tag is encountered or until the parser implicitly closes the element based on the HTML structure and parsing rules.»
developer.mozilla.org/en-US/docs/G...
«(…) the trailing slash is ignored, and the element is treated as open until an explicit closing tag is encountered or until the parser implicitly closes the element based on the HTML structure and parsing rules.»
developer.mozilla.org/en-US/docs/G...