Skip to content

Instantly share code, notes, and snippets.

@xto3na
Created March 25, 2016 20:13
Show Gist options
  • Save xto3na/95a84c7d4470f700e7f6 to your computer and use it in GitHub Desktop.
Save xto3na/95a84c7d4470f700e7f6 to your computer and use it in GitHub Desktop.
Вложенные ссылки
HTML:
<a href="#url-1">TEXT-1
<object><a href="#url-2">TEXT-2</a></object>
TEXT-3</a>
BROWSER PARSER READS IT AS:
<a href="#url-1">TEXT-1</a>
<a href="#url-2">TEXT-2</a>
<a href="#url-1">TEXT-3</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment