Home:ALL Converter>Why a link can not contain a link

Why a link can not contain a link

Ask Time:2017-05-27T12:32:55         Author:djkloop

Json Formatter

Why a link can not contain a link?

Why can not use such a structure? What is the rule on the w3c specification?

<pre>
  <a href="xxx">
   <a href="yyy">
   </a>
  </a>
</pre>

Author:djkloop,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/44212989/why-a-link-can-not-contain-a-link
yy