diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/ui | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/ui')
-rw-r--r-- | files/ko/glossary/ui/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ko/glossary/ui/index.html b/files/ko/glossary/ui/index.html new file mode 100644 index 0000000000..6563ddcec3 --- /dev/null +++ b/files/ko/glossary/ui/index.html @@ -0,0 +1,15 @@ +--- +title: UI +slug: Glossary/UI +translation_of: Glossary/UI +--- +<p><em><strong>User Interface</strong> </em>(UI) 는 사용자와 기계의 상호작용을 촉진하는 모든 것이다. 컴퓨터의 세계에서는 키보드, 조이스틱, 화면, 프로그램 등 무엇이든 될 수 있다. 컴퓨터 소프트웨어의 경우 커맨드 라인 프롬프트, 웹페이지, 사용자 입력 양식 또는 응용 프로그램의 프런트엔드가 될 수 있다</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반적인_지식">일반적인 지식</h3> + +<ul> + <li>Wikipedia의 {{interwiki("wikipedia", "User_interface", "User interface")}} </li> + <li>Wikipedia의 {{interwiki("wikipedia", "Front_end_development", "Front end development")}} </li> +</ul> |