Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Common questions

Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo

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.

HTML and CSS questions

Try our Use HTML to solve common problems and Use CSS to solve common problems pages for common solutions to HTML/CSS problems.

How the Web works

This section covers web mechanics —questions relating to general knowledge of the Web ecosystem and how it works.

How does the Internet work?

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.

What is the difference between webpage, website, web server, and search engine?

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!

What is a URL?

With Hypertext and HTTP, URL is one of the key concepts of the Web. It is the mechanism used by browsers to retrieve any published resource on the web.

What is a domain name?

Domain names are a key part of the Internet infrastructure. They provide a human-readable address for any web server available on the Internet.

What is a web server?

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.

Tools and setup

Questions related to the tools/software you can use to build websites.

How much does it cost to do something on the Web?

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).

What software do I need to build a website?

In this article we explain which software components you need when you're editing, uploading, or viewing a website.

What text editors are available?

In this article we highlight some things to think about when choosing and installing a text editor for web development.

How do I set up a basic working environment?

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.

What are browser developer tools?

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.

How do you make sure your website works properly?

So you've published your website online — very good! But are you sure it works properly? This article provides some basic troubleshooting steps.

How do you upload files to a web server?

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.

How do I use GitHub Pages?

This article provides a basic guide to publishing content using GitHub's gh-pages feature.

How do you host your website on Google App Engine?

Looking for a place to host your website? Here's a step-by-step guide to hosting your website on Google App Engine.

What tools are available to debug and improve website performance?

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.

How do I start to design my website?

This article covers the all-important first step of every project: define what you want to accomplish with it.

What do common web layouts contain?

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.

What is accessibility?

This article introduces the basic concepts behind web accessibility.

How can we design for all types of users?

This article provides basic techniques to help you design websites for any kind of user — quick accessibility wins, and other such things.

What HTML features promote accessibility?

This article describes specific features of HTML that can be used to make a web page more accessible to people with different disabilities.

Etiquetas y colaboradores del documento

 Colaboradores en esta página: chrisdavidmills, rudolfo, Mori
 Última actualización por: chrisdavidmills,