Look at this code:
<q cite="http://example.com">A short quote</q>
The <q> tag cannot have the "cite" attribute.
<q>
There is no problem.
<cite> should be used instead of <q>.
<cite>
A closing </cite> tag is missing.
</cite>