SOURCE

console 命令行工具 X clear

                    
>
console
<h1>
  This is a heading
</h1>
<div class='hidden'>
  Not display
</div>
<p>
  The space above is empty.
</p>
.hidden {
  visibility: hidden;
}