---
title: Common questions
slug: Learn/Common_questions
tags:
- CodingScripting
- Infrastructure
- Learn
- NeedsTranslation
- TopicStub
- Web
- WebMechanics
- 웹
- 인프라
translation_of: Learn/Common_questions
---
This section of the Learning Area is designed to provide answers to common questions that may come up, which are not necessarily part of the structured core learning pathways (e.g. the HTML or CSS learning articles.) These articles are designed to work on their own.
웹의 동작 방식
이 섹션에서는 웹의 원리 - 웹의 생태계와 작동 방식에 대한 일반적인 지식과 관련된 질문들을 다룬다.
-
- 인터넷은 웹을 가능하게 하는 기술적 기반 구조의 중추이다. 기본적으로, 인터넷은 서로 통신하는 컴퓨터들의 큰 네트워크이다. 이 article은 기초적인 수준에서 인터넷이 어떻게 동작하는지 설명한다.
-
- In this article we describe various web-related concepts: webpages, websites, web servers, and search engines. These terms are often confused by newcomers to the Web, or are incorrectly used. Let's learn what they each mean!
-
- With {{Glossary("Hypertext")}} and {{Glossary("HTTP")}}, URL is one of the key concepts of the Web. It is the mechanism used by {{Glossary("Browser","browsers")}} to retrieve any published resource on the web.
-
- Domain names are a key part of the Internet infrastructure. They provide a human-readable address for any web server available on the Internet.
-
- The term "Web server" can refer to the hardware or software that serves web sites to clients across the Web — or both of them working together. In this article we go over how web servers work, and why they're important.
-
- In this article, we'll go over what hyperlinks are and why they matter.
Questions related to the tools/software you can use to build websites.
-
- When you're launching a website, you may spend nothing or your costs may go through the roof. In this article we discuss how much everything costs and what you get for what you pay (or don't pay).
-
- In this article we explain which software components you need when you're editing, uploading, or viewing a website.
-
- In this article we highlight some things to think about when choosing and installing a text editor for web development.
-
- When working on a web project, you'll want to test it locally before you show it to the world. Some types of code require a server to test, and in this article we'll show you how to set one up. We'll also cover how to put a scalable structure in place so that your files stay organized even when your project gets big.
-
- Every browser features a set of devtools for debugging HTML, CSS, and other web code. This article explains how to use the basic functions of your browser's devtools.
-
- So you've published your website online — very good! But are you sure it works properly? This article provides some basic troubleshooting steps.
-
- This article shows how to publish your site online with FTP tools — one fo the most common ways to get a website online so others can access it from their computers.
-
- This article provides a basic guide to publishing content using GitHub's gh-pages feature.
-
- Looking for a place to host your website? Here's a step-by-step guide to hosting your website on Google App Engine.
-
- This set of articles shows you how to use the Developer Tools in Firefox to debug and improve performance of your website, using the tools to check the memory usage, the JavaScript call tree, the amount of DOM nodes being rendered, and more.
Design and accessibility
This section lists questions related to aesthetics, page structure, accessibility techniques, etc.
-
- This article covers the all-important first step of every project: define what you want to accomplish with it.
-
- When designing pages for your website, it's good to have an idea of the most common layouts. This article runs thorugh some typical web layouts, looking at the parts that make up each one.
-
- This article introduces the basic concepts behind web accessibility.
-
- This article provides basic techniques to help you design websites for any kind of user — quick accessibility wins, and other such things.
-
- This article describes specific features of HTML that can be used to make a web page more accessible to people with different disabilities.