Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 31,180 for

web

(0.08 sec)
  1. FileSystemDirectoryHandle - Web APIs | MDN

    Learn about the FileSystemDirectoryHandle interface, including its properties and methods, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The FileSystemDirectoryH...

    developer.mozilla.org/en-US/docs/Web/API/FileSy...
  2. BackgroundFetchRegistration - Web APIs | MDN

    Learn about the BackgroundFetchRegistration interface, including its properties and methods, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The BackgroundFetchRegis...

    developer.mozilla.org/en-US/docs/Web/API/Backgr...
  3. What is accessibility? - Learn web development ...

    This article should have given you a useful high-level overview of accessibility, shown you why it's important, and looked at how you can fit it into your workflow. You should now also have a thirst to learn about the implementation details that can make sites accessible, and we'll start on that in the next section, looking at why HTML is a good basis for accessibility....the web, and how we can make accessibility part of our web development...and how it affects you as a web developer. So what is accessibility...

    developer.mozilla.org/en-US/docs/Learn/Accessib...
  4. MediaDevices - Web APIs | MDN

    Learn about the MediaDevices interface, including its properties and methods, specifications and browser compatibility....OpenLang : HTML video language lab web application using MediaDevices...

    developer.mozilla.org/en-US/docs/Web/API/MediaD...
  5. TextFormat - Web APIs | MDN

    Learn about the TextFormat interface, including its constructor and properties, code examples, specifications, and browser compatibility....default editable regions of the web, such as a <textarea> element...

    developer.mozilla.org/en-US/docs/Web/API/TextFo...
  6. Channel Messaging API - Web APIs | MDN

    The Channel Messaging API allows two separate scripts running in different browsing contexts attached to the same document (e.g., two IFrames, or the main document and an IFrame, two documents via a SharedWorker, or two workers) to communicate directly, passing messages between one another through two-way channels (or pipes) with a port at each end....This feature is available in Web Workers . The Channel Messaging...also Using channel messaging Web Workers API Broadcast Channel...

    developer.mozilla.org/en-US/docs/Web/API/Channe...
  7. IDBTransaction - Web APIs | MDN

    Learn about the IDBTransaction interface, including its properties and methods, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The IDBTransaction...been removed from the relevant web standards, may be in the process...

    developer.mozilla.org/en-US/docs/Web/API/IDBTra...
  8. TextMetrics - Web APIs | MDN

    Learn about the TextMetrics interface, including its properties, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The TextMetrics interface...

    developer.mozilla.org/en-US/docs/Web/API/TextMe...
  9. HTMLMediaElement - Web APIs | MDN

    Learn about the HTMLMediaElement interface, including its properties and methods, specifications and browser compatibility....Autoplay guide for media and Web Audio APIs for more information...from HTMLMediaElement Guides Web media technologies Learning area:...

    developer.mozilla.org/en-US/docs/Web/API/HTMLMe...
  10. Introduction to HTML - Learn web development | MDN

    At its heart, HTML is a language made up of elements, which can be applied to pieces of text to give them different meaning in a document (Is it a paragraph? Is it a bulleted list? Is it part of a table?), structure a document into logical sections (Does it have a header? Three columns of content? A navigation menu?), and embed content such as images and videos into a page. This module will introduce the first two of these and introduce fundamental concepts and syntax you need to know to understand HTML....using computers and using the web passively (i.e., just looking...our Getting started with the web complete beginner's module. Note:...

    developer.mozilla.org/en-US/docs/Learn/HTML/Int...