<button class="display-contents" type="button">Button</button>
<hr>
<p class="display-contents">Hello <strong>World</strong></p>
<hr>
<a class="display-contents" href="https://www.google.com/" target="_blank">Google로 이동하기</a>
<hr>

<!-- 콘텐츠가 없다면, display: none 방식이 적용됩니다. -->
<p class="display-contents"></p>
<hr>
<input class="display-contents" type="text">
.display-contents {
    display: contents;
}
실제 적용된 모습

마지막 업데이트 정보: 2025-04-14