If I had a link to another page, and another link was put inside it, would that be ok to do? Is it allowed in HTML5 and if so, which browsers support it?
Trying this in Chrome 14.0.835.202, I see the text on the left gets linked, followed by the #1
link, but the rest doesn't get linked.
Example:
<p>
<a href="download?file=2">Example file.txt</a>
[
<a href="revision?file=2&id=8">This is an example revision that fixes bug
<a href="bug?file=2&id=1">#1</a>.
Version number updated.
</a>
]
</p>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…