# 컴포저에서 H1과 H2 제목 사용법

**URL:** https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100
**Category:** Support
**Tags:** composer
**Created:** [2월 25, 2026, 6:18오후 UTC](https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100 "2026-02-25T18:18:18Z")
**Posts on this page:** 1
**Showing post:** 19

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [2월 26, 2026, 12:32오후 UTC](https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100/19 "2026-02-26T12:32:55Z")

</div>

> [@Canapin](#):
>
> 토픽에는 `<h1>` 제목이 있지만, 모든 답변에는 스크린 리더로만 보이는 숨겨진 `<h2>`가 앞에 붙습니다.

아, 그걸 몰랐네요! 아마도 Pfaffman의 "게시물의 첫 번째 수준의 헤더는 h3여야 한다"는 코멘트를 설명해 주는 것 같습니다. \[1\]

그렇다면 CSS 해킹은 다음과 같이 됩니다:

```css
button[data-name="heading-1"], button[data-name="heading-2"] {
  display: none;
}

```

접근성 문제를 해결해 주셔서 감사합니다. 저도 그 점을 항상 염두에 두도록 하겠습니다.

* * *

1. [source](https://meta.discourse.org/t/disable-headers-in-replies-like-h1-and-h2/81775/2)

---

_[View the full topic](https://meta.discourse.org/t/use-of-h1-vs-h2-headings-in-composer/397100)._
