Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 31,477 for

web

(0.18 sec)
  1. Estructura web y documentación - Aprende desarr...

    Además de definir partes individuales de tu página (como un párrafo o una imagen), HTML también dispone de elementos de bloque que se pueden utilizar para estructurar las distintas áreas de tu sito Web (tal como el encabezado, el menú de navegación o la parte del contenido principal. En este artículo veras cómo planificar una estructura básica de página Web y escribirás el HTML que representa esa estructura....únete a la comunidad de MDN Web Docs. Anterior Overview: Introducción...las distintas áreas de tu sito web (tal como el encabezado, el menú...

    developer.mozilla.org/es/docs/Learn/HTML/Introd...
  2. Web server - MDN Web Docs Glossary: Definitions...

    A Web server is a piece of software that often runs on a hardware server offering service to a user, usually referred to as the client. A server, on the other hand, is a piece of hardware that lives in a room full of computers, commonly known as a data center....Deutsch Français 日本語 한국어 中文 (简体) A web server is a piece of software...

    developer.mozilla.org/en-US/docs/Glossary/Web_s...
  3. Web Periodic Background Synchronization API - W...

    The Web Periodic Background Synchronization API provides a way to register tasks to be run in a service worker at periodic intervals with network connectivity. These tasks are referred to as periodic background sync requests....feature is available in Web Workers . The Web Periodic Background...Periodic Background Sync API allows web applications to alert their service...

    developer.mozilla.org/en-US/docs/Web/API/Web_Pe...
  4. Introduction to web APIs - Learn web developmen...

    At this point, you should have a good idea of what APIs are, how they work, and what you can do with them in your JavaScript code. You are probably excited to start actually doing some fun things with specific APIs, so let's go! Next up, we'll look at manipulating documents with the Document Object Model (DOM)....中文 (简体) Overview: Client-side web APIs Next First up, we'll start...Browser APIs are built into your web browser and are able to expose...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  5. What is web performance? - Learn web developmen...

    Web performance is all about making Websites fast, including making slow processes seem fast. Does the site load quickly, allow the user to start interacting with it quickly, and offer reassuring feedback if something is taking time to load (e.g. a loading spinner)? Are scrolling and animations smooth? This article provides a brief introduction to objective, measurable Web performance*, looking at what technologies, techniques, and tools are involved in Web optimization....Previous Overview: Web performance Next Web performance is all...introduction to objective, measurable web performance*, looking at what...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  6. WAI - MDN Web Docs Glossary: Definitions of Web...

    The Web Accessibility Initiative (WAI) is an effort by the W3C to develop standards and guidelines to help everyone building the Web ensure and improve accessibility for people with various challenges....日本語 한국어 Русский 中文 (简体) The Web Accessibility Initiative (WAI)...to help everyone building the web ensure and improve accessibility...

    developer.mozilla.org/en-US/docs/Glossary/WAI
  7. Estructurando la web con HTML - Aprende desarro...

    Para crear sitios Web, debes conocer el HTML — la tecnología fundamental que se utiliza para definir la estructura de una página Web. HTML se utiliza para especificar si tu contenido Web se debe reconocer como un párrafo, lista, encabezado, enlace, imagen, reproductor multimedia, formulario o uno de los muchos otros elementos disponibles o incluso un nuevo elemento que tú definas....comunidad de MDN Web Docs. Para crear sitios web, debes conocer...la estructura de una página web. HTML se utiliza para especificar...

    developer.mozilla.org/es/docs/Learn/HTML
  8. Structuring the web with HTML - Learn web devel...

    To build Websites, you should know about HTML — the fundamental technology used to define the structure of a Webpage. HTML is used to specify whether your Web content should be recognized as a paragraph, list, heading, link, image, multimedia player, form, or one of many other available elements or even a new element that you define....used to specify whether your web content should be recognized...using computers and using the web passively (i.e., just looking...

    developer.mozilla.org/en-US/docs/Learn/HTML
  9. Using Web Workers - Web APIs | MDN

    Web Workers are a simple means for Web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can make network requests using the fetch() or XMLHttpRequest APIs. Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa)....(简体) 正體中文 (繁體) Web Workers are a simple means for web content to...introduction to using web workers. Web Workers API A worker is...

    developer.mozilla.org/en-US/docs/Web/API/Web_Wo...
  10. ATAG - MDN Web Docs Glossary: Definitions of We...

    Authoring Tool Accessibility Guidelines (ATAG) is a W3C recommendation for building accessible-authoring tools that produce accessible contents....applications that people use to create web content. ATAG explains how to:...create web content help authors create more accessible web content...

    developer.mozilla.org/en-US/docs/Glossary/ATAG