What is incorrect about this code showing a short quote?
<q>"Short Quote"<cite>Author<cite></q>
Missing / in the closing </cite>
/
</cite>
Incorrect nesting of <cite> within <q>
<cite>
<q>
No issue
Missing opening <q> tag