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.

Revision 1130481 of Веб-технології для розробників

  • Посилання редакції: Web
  • Заголовок редакції: Веб-технології для розробників
  • ID редакції: 1130481
  • Створено:
  • Автор: andrewnovsky
  • Це поточна редакція? Ні
  • Коментар

Зміст редакції

Відкритий веб представляє неймовірні можливості для розробників. Щоб скористатися всіма перевагами цих технологій, ви повинні знати, як їх використовувати. Нижче ви знайдете посилання на документацію MDN для веб-технологій.

Веб-технології

Основи

HTML
(англ.HyperText Markup Language — Мова розмітки гіпертексту) це мова, що використовується для опису і визначення вмісту веб-сторінки в добре структурованому форматі.
CSS
(англ.Cascading Style Sheets  — Каскадні таблиці стилів) використовуються для опису зовнішнього вигляду веб-вмісту.

Скрипти

JavaScript
JavaScript є мовою програмування, яка працює у браузері, що використовується, для побудови просунутих інтерактивних веб-сайтів та додатків для безпечного виконання в браузері.
Web APIs
Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the DOM and all of the related APIs and interfaces you can use to build Web content and apps.
  • Web API interface reference - всі інтерфейси відсортовані по-алфавіту.
  • WebAPI page lists device access APIs and other APIs useful for applications.

Графіка

SVG
Масштабована Векторна Графіка (англ. Scalable Vector Graphics) дозволяє описати зображення як набір векторів (ліній) та форм, щоб забезпечити легке масштабування незалежно від розміру, на якому вони відображаються.
WebGL
WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0, and which can be used in HTML {{HTMLElement("canvas")}} elements.

Інше

MathML
The Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.
 

Документація за типом

Web Developer Guide

The Web Developer Guide provides useful how-to content to help you actually use Web technologies to do what you want or need to do.

Tutorials for Web developers

A list of tutorials to take you step-by-step through learning APIs, technologies, or broad topic areas.

References

This page will offer links to all reference information on MDN, but for now use one of the technology links in the left section.

Інші теми

Developing Web applications

Documentation for Web application developers; Web apps are true write-once, deploy anywhere apps for mobile, desktop, and Firefox OS.

Accessibility

Accessibility in Web development means enabling as many people as possible to use Web sites, even when those people's abilities are limited in some way. Here we provide information on developing Web content to be accessible.

Security

Ensuring that your Web site or open Web app is secure is critical.

 

View All...

Джерело редакції

<p>Відкритий веб представляє неймовірні можливості для розробників. Щоб скористатися всіма перевагами цих технологій, ви повинні знати, як їх використовувати. Нижче ви знайдете посилання на документацію MDN для веб-технологій.</p>

<div class="row topicpage-table">
<div class="section">
<h2 class="Documentation" id="Веб-технології">Веб-технології</h2>

<h3 id="Основи">Основи</h3>

<dl>
 <dt><a href="/uk/docs/Web/HTML">HTML</a></dt>
 <dd>(англ.<em><span lang="en" xml:lang="en">HyperText Markup Language</span></em>&nbsp;— Мова розмітки гіпертексту) це мова, що використовується для опису і визначення вмісту веб-сторінки в добре структурованому форматі.</dd>
 <dt><a href="/uk/docs/Web/CSS">CSS</a></dt>
 <dd>(англ.<em>Cascading Style Sheets</em> &nbsp;— Каскадні таблиці стилів) використовуються для опису зовнішнього вигляду веб-вмісту.</dd>
</dl>

<h3 id="Скрипти">Скрипти</h3>

<dl>
 <dt><a href="/en-US/docs/Web/JavaScript">JavaScript</a></dt>
 <dd>JavaScript є мовою програмування, яка працює у браузері, що використовується, для побудови просунутих інтерактивних веб-сайтів та додатків для&nbsp;безпечного виконання в браузері.</dd>
 <dt><a href="/en-US/docs/Web/Reference/API">Web APIs</a></dt>
 <dd>Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the <a href="/en-US/docs/DOM">DOM</a> and all of the related APIs and interfaces you can use to build Web content and apps.
 <ul>
  <li><a href="/en-US/docs/Web/API" title="/en-US/docs/Web/API">Web API interface reference</a> - всі інтерфейси відсортовані по-алфавіту.</li>
  <li><a href="/en-US/docs/WebAPI">WebAPI</a> page lists device access APIs and other APIs useful for applications.</li>
 </ul>
 </dd>
</dl>

<h3 id="Графіка">Графіка</h3>

<dl>
 <dt><a href="/en-US/docs/SVG">SVG</a></dt>
 <dd>Масштабована Векторна Графіка (<em>англ. Scalable Vector Graphics</em>) дозволяє описати зображення як набір векторів (ліній) та форм, щоб забезпечити легке масштабування незалежно від розміру, на якому вони відображаються.</dd>
 <dt><a href="/en-US/docs/Web/WebGL" title="/en-US/docs/Web/WebGL">WebGL</a></dt>
 <dd>WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0, and which can be used in HTML {{HTMLElement("canvas")}} elements.</dd>
</dl>

<h3 id="Інше">Інше</h3>

<dl>
 <dt><a href="/en-US/docs/Web/MathML">MathML</a></dt>
 <dd>The Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.</dd>
</dl>
</div>
<span style="display:none">&nbsp;</span>

<div class="section">
<div>
<h2 class="Documentation" id="Документація_за_типом">Документація за типом</h2>
</div>

<div>
<dl>
 <dt>
 <p><a href="/en-US/docs/Web/Guide">Web Developer Guide</a></p>
 </dt>
 <dd>
 <p>The Web Developer Guide provides useful how-to content to help you actually use Web technologies to do what you want or need to do.</p>
 </dd>
 <dt>
 <p><a href="/en-US/docs/Web/Tutorials">Tutorials for Web developers</a></p>
 </dt>
 <dd>
 <p>A list of tutorials to take you step-by-step through learning APIs, technologies, or broad topic areas.</p>
 </dd>
 <dt>
 <p><a href="/en-US/docs/Web/Reference">References</a></p>
 </dt>
 <dd>
 <p><em>This page will offer links to all reference information on MDN, but for now use one of the technology links in the left section.</em></p>
 </dd>
</dl>
</div>

<dl>
</dl>

<div>
<h2 id="Інші_теми">Інші теми</h2>
</div>

<div>
<dl>
 <dt>
 <p><a href="/en-US/docs/Web/Apps">Developing Web applications</a></p>
 </dt>
 <dd>
 <p>Documentation for Web application developers; Web apps are true write-once, deploy anywhere apps for mobile, desktop, and Firefox OS.</p>
 </dd>
 <dt>
 <p><a href="/en-US/docs/Web/Accessibility">Accessibility</a></p>
 </dt>
 <dd>
 <p>Accessibility in Web development means enabling as many people as possible to use Web sites, even when those people's abilities are limited in some way. Here we provide information on developing Web content to be accessible.</p>
 </dd>
 <dt>
 <p><a href="/en-US/docs/Web/Security">Security</a></p>
 </dt>
 <dd>
 <p>Ensuring that your Web site or open Web app is secure is critical.</p>
 </dd>
</dl>
</div>

<dl>
</dl>
</div>
<span style="display:none">&nbsp;</span></div>

<p><span class="alllinks"><a href="/en-US/docs/tag/Web">View All...</a></span></p>
Повернути цю редакцію