---
title: Common questions
slug: Learn/Common_questions
tags:
- CodingScripting
- Infrastructure
- Learn
- NeedsTranslation
- TopicStub
- Web
- WebMechanics
translation_of: Learn/Common_questions
---
{{LearnSidebar}}
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.
How the Web works
This section covers web mechanics —questions relating to general knowledge of the Web ecosystem and how it works.
-
- The Internet is the backbone of the Web, the technical infrastructure that makes the Web possible. At its most basic, the Internet is a large network of computers which communicate all together. This article discusses how it works, at a basic level.
-
- 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.
-
- 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 explains how to set up a simple local testing server on your machine, and the basics of how to use it.
-
- This article shows how to publish your site online with FTP tools — one of 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.
HTML, CSS and JavaScript questions
For common solutions to HTML/CSS/JavaScript problems, try the following articles: