Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 5971 - 5980 of over 10,000 for filetype:html (2.92 seconds)

  1. Other content in SVG - SVG | MDN

    Apart from graphic primitives like rectangles and circles, SVG offers a set of elements to embed other types of content in images as well.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Other_content_in_SVG
    Sun Mar 22 01:12:28 GMT 2026
      18K bytes
  2. Comma operator (,) - JavaScript | MDN

    The comma (,) operator evaluates each of its operands (from left to right) and returns the value of the last operand. This is commonly used to provide multiple updaters to a for loop's afterthought.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comma_operator
    Sun Mar 22 01:12:23 GMT 2026
      24.5K bytes
  3. <animate> - SVG | MDN

    The <animate> SVG element provides a way to animate an attribute of an element over time.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/animate
    Sun Mar 22 01:12:27 GMT 2026
      19.1K bytes
  4. instanceof - JavaScript | MDN

    The instanceof operator tests to see if the prototype property of a constructor appears anywhere in the prototype chain of an object. The return value is a boolean value. Its behavior can be customized with Symbol.hasInstance.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/instanceof
    Sun Mar 22 01:12:23 GMT 2026
      25.1K bytes
  5. Boolean - JavaScript | MDN

    Boolean values can be one of two values: true or false, representing the truth value of a logical proposition.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    Sun Mar 22 01:12:16 GMT 2026
      18.5K bytes
  6. <mask> - SVG | MDN

    The <mask> SVG element defines a mask for compositing the current object into the background. A mask is used/referenced using the mask property and CSS mask-image property.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/mask
    Sun Mar 22 01:12:27 GMT 2026
      19.2K bytes
  7. Version control in VS Code

    Learn how to use Git version control basics in Visual Studio Code.
    code.visualstudio.com/docs/introvideos/versioncontrol
    Mon Mar 23 00:57:03 GMT 2026
      113.1K bytes
  8. RegExp - JavaScript | MDN

    The RegExp object is used for matching text with a pattern.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
    Sun Mar 22 01:12:19 GMT 2026
      22K bytes
  9. <feSpecularLighting> - SVG | MDN

    The <feSpecularLighting> SVG filter primitive lights a source graphic using the alpha channel as a bump map. The resulting image is an RGBA image based on the light color. The lighting calculation follows the standard specular component of the Phong lighting model. The resulting image depends on the light color, light position and surface geometry of the input bump map. The result of the lighting calculation is added. The filter primitive assumes that the viewer is at infinity in the z direction.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feSpecularLighting
    Sun Mar 22 01:12:27 GMT 2026
      19.2K bytes
  10. Portable mode

    Visual Studio Code supports a Portable mode that enables moving your installation and related data to a different location.
    code.visualstudio.com/docs/editor/portable
    Mon Mar 23 00:55:51 GMT 2026
      120.8K bytes
Back to Top