Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 27,955 for

web

(0.07 sec)
  1. Visual Viewport - MDN Web Docs Glossary: Defini...

    The portion of the viewport that is currently visible is called the visual viewport. This can be smaller than the layout viewport, such as when the user has pinched-zoomed. The visual viewport is the visual portion of a screen excluding on-screen keyboards, areas outside of a pinch-zoom area, or any other on-screen artifact that doesn't scale with the dimensions of a page....The portion of the viewport that is currently visible is called the visual viewport. This can be smaller than the layout viewport, such as when the user has pinched-zoomed. The visual viewport is the visual portion of a screen excluding on-screen keyboards, areas outside of a pinch-zoom area, or any other on-screen artifact that doesn't scale with the dimensions of a page.

    developer.mozilla.org/en-US/docs/Glossary/Visua...
  2. Cross Axis - MDN Web Docs Glossary: Definitions...

    The cross axis in flexbox runs perpendicular to the main axis, therefore if your flex-direction is either row or row-reverse then the cross axis runs down the columns....The cross axis in flexbox runs perpendicular to the main axis, therefore if your flex-direction is either row or row-reverse then the cross axis runs down the columns.

    developer.mozilla.org/en-US/docs/Glossary/Cross...
  3. Fallback alignment - MDN Web Docs Glossary: Def...

    In CSS Box Alignment, a fallback alignment is specified in order to deal with cases where the requested alignment cannot be fulfilled. For example, if you specify justify-content: space-between there must be more than one alignment subject. If there is not, the fallback alignment is used. This is specified per alignment method, as detailed below....In CSS Box Alignment, a fallback alignment is specified in order to deal with cases where the requested alignment cannot be fulfilled. For example, if you specify justify-content: space-between there must be more than one alignment subject. If there is not, the fallback alignment is used. This is specified per alignment method, as detailed below.

    developer.mozilla.org/en-US/docs/Glossary/Fallb...
  4. Grid Cell - MDN Web Docs Glossary: Definitions ...

    In a CSS grid layout, a grid cell is the smallest unit you can have on your CSS grid. It is the space between four intersecting grid lines and conceptually much like a table cell....In a CSS grid layout, a grid cell is the smallest unit you can have on your CSS grid. It is the space between four intersecting grid lines and conceptually much like a table cell.

    developer.mozilla.org/en-US/docs/Glossary/Grid_...
  5. Local scope - MDN Web Docs Glossary: Definition...

    Local scope is a characteristic of variables that makes them local (i.e., the variable name is only bound to its value within a scope which is not the global scope)....Local scope is a characteristic of variables that makes them local (i.e., the variable name is only bound to its value within a scope which is not the global scope).

    developer.mozilla.org/en-US/docs/Glossary/Local...
  6. Lazy load - MDN Web Docs Glossary: Definitions ...

    Lazy loading is a strategy that delays the loading of some assets (e.g., images) until they are needed by the user based on the user's activity and navigation pattern; typically, these assets are only loaded when they are scrolled into view....Lazy loading is a strategy that delays the loading of some assets (e.g., images) until they are needed by the user based on the user's activity and navigation pattern; typically, these assets are only loaded when they are scrolled into view.

    developer.mozilla.org/en-US/docs/Glossary/Lazy_...
  7. Submit button - MDN Web Docs Glossary: Definiti...

    A submit button is an element in HTML that can be used to submit a
    . The native submit button elements are:...A submit button is an element in HTML that can be used to submit a <form>. The native submit button elements are:

    developer.mozilla.org/en-US/docs/Glossary/Submi...
  8. DoS attack - MDN Web Docs Glossary: Definitions...

    Denial of Service (DoS) is a network attack that prevents legitimate use of server resources by flooding the server with requests....Denial of Service (DoS) is a network attack that prevents legitimate use of server resources by flooding the server with requests.

    developer.mozilla.org/en-US/docs/Glossary/DOS_a...
  9. Inset properties - MDN Web Docs Glossary: Defin...

    In CSS, inset properties control positioned elements' location by specifying offsets from the elements' default positions. There are physical, logical, and shorthand inset properties....In CSS, inset properties control positioned elements' location by specifying offsets from the elements' default positions. There are physical, logical, and shorthand inset properties.

    developer.mozilla.org/en-US/docs/Glossary/Inset...
  10. Request header - MDN Web Docs Glossary: Definit...

    A request header is an HTTP header that can be used in an HTTP request to provide information about the request context, so that the server can tailor the response. For example, the Accept-* headers indicate the allowed and preferred formats of the response. Other headers can be used to supply authentication credentials (e.g. Authorization), to control caching, or to get information about the user agent or referrer, etc....A request header is an HTTP header that can be used in an HTTP request to provide information about the request context, so that the server can tailor the response. For example, the Accept-* headers indicate the allowed and preferred formats of the response. Other headers can be used to supply authentication credentials (e.g. Authorization), to control caching, or to get information about the user agent or referrer, etc.

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