Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

description list tag (dl, dt, dd) #54

Open
hyesungoh opened this issue Nov 25, 2024 · 0 comments
Open

description list tag (dl, dt, dd) #54

hyesungoh opened this issue Nov 25, 2024 · 0 comments

Comments

@hyesungoh
Copy link
Owner

hyesungoh commented Nov 25, 2024

설명 목록
https://developer.mozilla.org/ko/docs/Web/HTML/Element/dl

<dl>
  <dt>Firefox</dt>
  <dd>
    Mozilla 재단과 수 백명의 자원봉사자가 개발한 무료 오픈소스 크로스 플랫폼
    그래픽 웹 브라우저.
  </dd>

  <!-- 다른 용어 및 정의 -->
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant