blob: 6bd8f878e84b5ad9fbef837500cf9761c479c43e (
plain) (
blame)
1
2
3
4
5
6
7
8
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>
|