HTMLタグにhiddenを付ければ内容を非表示にできる

項目を非表示するする時便利

<div style="padding: 10px; background: #eee;">
<a hidden href="#">hoge</a>
<p hidden>fuga</p>
</div>