Which statement about HTML syntax is false?
The value of an id attribute should be unique in an HTML document.
The <h1> element is the most important heading on the page.
<h1>
The <img> element does not have a closing </img> tag.
<img>
</img>
The value of a class attribute should be unique in an HTML document.