Toliak

Untitled

Aug 5th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # bad
  2. <a href="/test.html">
  3. <a href="./test.html">
  4. <a href="../test.html">
  5. <a href="../../test.html">
  6. <a href="test.com test=test>
  7. <a href="test.com'>
  8. <a href="#test">
  9. <link href="test.com">
  10.  
  11. # good
  12. <a href="test#test">
  13. <a title="" href="http://test.com:8080/path/?test#anchor" style="">
  14. <a title= href=http://test.com class="my list">
  15. <a test="" href=http://test1.com> <a href=http://test2.com><a href=http://test3.com>
  16. <a href=http://test.com>
  17. <A HREF="http://ya.ru">
  18. <a href="//test.com">
  19. <a href = "//test.com">
  20. <a href=//test.com>
  21. <a title=test download="http://test.com" href="test.com" class="my test" style=>
  22. <a title=test class="my test" href= "test1.com:8080/test/path?get=http://test2.ru/?true" rel="nofollow" style=>
  23. <a title=test meta="whatever http://test1.com" href = "test.com?get=http://test2.ru/?true" class="my test" style= >
  24. <a title="test2.com" href=test1.com?test=https://test3.com class="my list" download="http://test4.com">
  25. <a href="ftp://test.com:22/url?get=true">
Add Comment
Please, Sign In to add comment