mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 18:51:46 +00:00
5 lines
172 B
HTML
5 lines
172 B
HTML
<!DOCTYPE html>
|
|
<div id='singleHidden' hidden>This will not be visible</div>
|
|
<div id='parent' hidden>
|
|
<div id='child'>My parent is hidden so you can't see me</div>
|
|
</div> |