JATS
I would like to define a link target in JATS, like a LaTeX \label. Do I do this with <target>?
https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/target.html
It looks like I have to put the <target> within certain other tags, such as <title>.
Would this be OK?
<title>
<target id="foo"></target>
<p>Title text</p>
</title>
Or should <target> wrap the <p>?
Maybe somebody is an expert on JATS and can help me check that I understand what I'm doing.