Created
March 25, 2016 20:13
-
-
Save xto3na/95a84c7d4470f700e7f6 to your computer and use it in GitHub Desktop.
Вложенные ссылки
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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