I have a row, which is inside an anchor tag. Now in that row I want to add another clickable component (an anchor tag). How do I do it?
You don't do it within an anchor.
Anchor elements are not nestable.
The HTML 4 DTD has this:
<!ELEMENT A - - (%inline;)* -(A) -- anchor -->
The -(A) means that A elements are explicitly not allowed within A elements.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With