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.

常见问题

这篇翻译不完整。请帮忙从英语翻译这篇文章

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和CSS问题

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

Web怎样工作

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

互联网是怎么工作的?

互联网是Web的基石,是让Web变得可能的基础设施。本质上来说,互联网是一个大型的相互交流的计算机网络。本文讨论了它在底层是如何工作的。

网页,网站,网络服务器和搜索引擎的区别是什么?

本文中我们讲述了各种和Web相关的概念:网页,网站,网络服务器,以及搜索引擎。这些概念常常被网络新手混淆,或者被误用。让我们看看它们到底代指的是什么吧!

什么是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.

什么是域名?

域名是互联网基础架构的关键部分。它们为互联网上任何可用的网络服务器提供了人类可读的地址。

什么是网络服务器?

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.

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.

什么是浏览器开发者工具?

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.

设计和可访问性

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.

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.

何为可访问性?

这篇文章介绍了可访问性背后的一些基本概念

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.

文档标签和贡献者

 此页面的贡献者: wth, Yidada
 最后编辑者: wth,