-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko] translate learn/common_questions/design_and_accessibility (#23102)
* feat: Learn/Common_questions/Tools_and_setup * ko/Learn/Common_questions/Design_and_accessibility 번역
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
files/ko/learn/common_questions/design_and_accessibility/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: 디자인과 접근성 | ||
slug: Learn/Common_questions/Design_and_accessibility | ||
l10n: | ||
sourceCommit: 751d58669499de0c6ea0d5b356e0e1448418c5d3 | ||
--- | ||
|
||
{{LearnSidebar}} | ||
|
||
다음은 웹사이트의 미적 요소, 페이지 구조, 접근성 기술 등에 관련된 질문들을 다룬 구획입니다. | ||
|
||
- [웹사이트 디자인을 어떻게 시작하나요?](/ko/docs/Learn/Common_questions/Design_and_accessibility/Thinking_before_coding) | ||
- : 이 글에서는 모든 프로젝트에서 가장 중요한 첫 번째 단계인 '무엇을 달성하고 싶은지 정의하는 것'에 대해 다룹니다. | ||
- [일반적인 웹 레이아웃에는 무엇이 포함되나요?](/ko/docs/Learn/Common_questions/Design_and_accessibility/Common_web_layouts) | ||
- : 웹사이트의 페이지를 디자인할 때, 가장 일반적인 레이아웃을 파악하는 것이 좋습니다. 이 글에서는 일반적인 웹 레이아웃을 살펴보고 각 레이아웃을 구성하는 요소들을 설명합니다. | ||
- [접근성이란 무엇인가요?](/ko/docs/Learn/Common_questions/Design_and_accessibility/What_is_accessibility) | ||
- : 이 글에서는 웹 접근성의 기본 개념을 소개합니다. | ||
- [모든 유형의 사용자에게 맞춰 디자인하려면 어떻게 해야 하나요?](/ko/docs/Learn/Common_questions/Design_and_accessibility/Design_for_all_types_of_users) | ||
- : 이 글에서는 모든 사용자에게 맞춘 웹사이트를 디자인하는 데 도움이 되는 기본 기술을 제공합니다. 빠른 접근성 개선 방법 및 기타 관련 사항들이 포함되어 있습니다. | ||
- [접근성을 증진시키는 HTML 기능은 무엇이 있나요?](/ko/docs/Learn/Common_questions/Design_and_accessibility/HTML_features_for_accessibility) | ||
- : 이 글에서는 장애가 있는 사람들이 웹페이지에 더 쉽게 접근할 수 있도록 HTML의 특정 기능을 사용하는 방법에 대해 설명합니다. |