Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 27,955 for

web

(0.08 sec)
  1. Largest Contentful Paint (LCP) - MDN Web Docs G...

    The Largest Contentful Paint (LCP) performance metric provides the render time of the largest image or text block visible within the viewport, recorded from when the page first begins to load....The Largest Contentful Paint (LCP) performance metric provides the render time of the largest image or text block visible within the viewport, recorded from when the page first begins to load.

    developer.mozilla.org/en-US/docs/Glossary/Large...
  2. UDP (User Datagram Protocol) - MDN Web Docs Glo...

    UDP (User Datagram Protocol) is a long standing protocol used together with IP for sending data when transmission speed and efficiency matter more than security and reliability....UDP (User Datagram Protocol) is a long standing protocol used together with IP for sending data when transmission speed and efficiency matter more than security and reliability.

    developer.mozilla.org/en-US/docs/Glossary/UDP
  3. Static site generator (SSG) - MDN Web Docs Glos...

    A static site generator (SSG) is a software used to generate static Websites. A static Website is comprised of HTML, CSS, and JavaScript files. Most importantly static sites do not have server-side logic, so for any given URL, all users will receive the same content. Authors write content in any form accepted by the generator, such as Markdown, reStructuredText, HTML, (and sometimes even React, and so on), and the generator compiles them into a set of optimized static files that can be rendered by the browser....A static site generator (SSG) is a software used to generate static websites. A static website is comprised of HTML, CSS, and JavaScript files. Most importantly static sites do not have server-side logic, so for any given URL, all users will receive the same content. Authors write content in any form accepted by the generator, such as Markdown, reStructuredText, HTML, (and sometimes even React, and so on), and the generator compiles them into a set of optimized static files that can be rendered by the browser.

    developer.mozilla.org/en-US/docs/Glossary/SSG
  4. content/files/en-us/web/html/element/kbd/index....

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....Keyboard Input element" slug: Web/HTML/Element/kbd page-type: html-element...**`<kbd>`** [HTML](/en-US/docs/Web/HTML) element represents a span...

    github.com/mdn/content/blob/main/files/en-us/we...
  5. Guidelines to open and work on issues - The MDN...

    As a contributor, you can report and work on issues....question, you can ask it in the MDN Web Docs chat rooms instead of filing...bug with the content on MDN Web Docs or with the look and feel...

    developer.mozilla.org/en-US/docs/MDN/Community/...
  6. content/files/en-us/web/html/element/base/index...

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....Document Base URL element" slug: Web/HTML/Element/base page-type:...**`<base>`** [HTML](/en-US/docs/Web/HTML) element specifies the base...

    github.com/mdn/content/blob/main/files/en-us/we...
  7. Página de bienvenida de Mozilla - Aprende desar...

    En esta evaluación, pondremos a prueba tu conocimiento de algunas de las técnicas mostradas en los artículos de este módulo, ¡para que tú agregues algunas imágenes y videos a una página de bienvenida de Mozzilla!....únete a la comunidad de MDN Web Docs. Anterior Overview: Multimedia...imágenes y videos en páginas web, marcos y técnicas de imagen...

    developer.mozilla.org/es/docs/Learn/HTML/Multim...
  8. Same-origin policy - Security on the web | MDN

    The same-origin policy is a critical security mechanism that restricts how a document or script loaded by one origin can interact with a resource from another origin....the origin checks used by many Web APIs (e.g. localStorage , indexedDB...stored in the browser such as Web Storage and IndexedDB are separated...

    developer.mozilla.org/en-US/docs/Web/Security/S...
  9. Handling different text directions - Learn web ...

    The concepts explained in this lesson are becoming increasingly important in CSS. An understanding of the block and inline direction — and how text flow changes with a change in writing mode — will be very useful going forward. It will help you in understanding CSS even if you never use a writing mode other than a horizontal one....horizontally, and by default the web tends to support left-to-right...interesting look and feel to your web design. html <h1>Play with writing...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  10. Time to first byte - MDN Web Docs Glossary: Def...

    Time to First Byte (TTFB) refers to the time between the browser requesting a page and when it receives the first byte of information from the server. This time includes DNS lookup and establishing the connection using a TCP handshake and TLS handshake if the request is made over HTTPS....Time to First Byte (TTFB) refers to the time between the browser requesting a page and when it receives the first byte of information from the server. This time includes DNS lookup and establishing the connection using a TCP handshake and TLS handshake if the request is made over HTTPS.

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