parent
d4d54ca496
commit
c50f463bc1
3 changed files with 35 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<body> |
||||||
|
<a href='#' >link</a> |
||||||
|
<a href='#' style='display:none'>invisible 1</a> |
||||||
|
<a href='#' style='visibility:hidden'>invisible 2</a> |
||||||
|
<i>not link<i> |
||||||
|
</body> |
||||||
|
</html> |
Reference in new issue