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
According to the W3C specification for links HTML4: No.
Links and anchors defined by the A element must not be nested; an A element must not contain any other A elements.
Or, in HTML5 spec:
Links are a conceptual construct, created by a, area, and link elements, that represent a connection between two resources.