It is possible to define an anchor without text? I. e. without inline text.
<p>some text <a name="anchor47"></a> and further text</p>
I don't find any information in the standard. Usually I would write my HTML as
<p>some <a name="anchor47">text</a> and further text</p>
I just wanted to be sure that my code is accepted by all browsers and check programs...
One check program I used successfully (that means it does not complain if "empty" anchors are there) is that of w3