---
title: Common questions
slug: Learn/Common_questions
tags:
- CodingScripting
- Infrastructure
- Learn
- NeedsTranslation
- TopicStub
- Web
- WebMechanics
translation_of: Learn/Common_questions
---
{{LearnSidebar}}
Tę sekcję Strefy Nauki zaprojektowano w celu podania odpowiedzi na popularne pytania, które mogą się pojawić, a niekoniecznie są częścią innych, ustrukturyzowanych ścieżek nauki (na przykład artykułów o HTML czy CSS). Jest to luźny zbiór pytań i odpowiedzi na nie.
Jak działa Sieć
Ta sekcja zawiera zasady działania sieci - pytania dotyczące ogólnej wiedzy o Sieci.
-
- Internet jest podstawą Sieci, techniczną infrastrukturą, która umożliwia jej funkcjonowanie. W swojej podstawie, Internet jest wielką siecią komputerów, które komunikują się ze sobą. Ten artykuł pokazuje jak to działa - na podstawowym poziomie.
-
- Ten artykuł opisuje różne pojęcia związane z siecią - serwisy internetowe, strony, serwery i wyszukiwarki. Te pojęcia są często mylone przez początkujących albo używane w niewłaściwym kontekście. Nauczymy się, co każde z nich oznacza!
-
Co to jest URL?
- Obok {{Glossary("Hypertext")}} i {{Glossary("HTTP")}}, URL (Uniform Resource Locator) to jest jedno z kluczowych pojęć związanych z Internetem. Jest to mechanizm używany przez przeglądarki do znajdowania i wydobywania zasobów opublikowanych w Sieci.
-
- 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: