Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 13,314 for

2024

(0.12 sec)
  1. Introduction to automated testing - Learn web d...

    This was quite a ride, but I'm sure you can start to see the benefits of using automation tools to do some of the heavy lifting in terms of testing....was last modified on Nov 25, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  2. Iniciando com HTML - Aprendendo desenvolvimento...

    Neste artigo nós abordamos os princípios básicos do HTML, para você começar. Definimos os elementos, atributos e todos os outros termos importantes que você possa ter ouvido e onde eles se encaixam na linguagem. Também mostramos como um elemento HTML é estruturado, como uma página HTML típica é estruturada e explicamos outras importantes características básicas da linguagem. Ao longo do caminho, nós brincaremos com um pouco de HTML, para despertar seu interesse!... de 2024 by . View this page on GitHub...

    developer.mozilla.org/pt-BR/docs/Learn/HTML/Int...
  3. Using classes - JavaScript | MDN

    JavaScript is a prototype-based language — an object's behaviors are specified by its own properties and its prototype's properties. However, with the addition of classes, the creation of hierarchies of objects and the inheritance of properties and their values are much more in line with other object-oriented languages such as Java. In this section, we will demonstrate how objects can be created from classes....was last modified on Jul 25, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. <input type="text"> - HTML: ハイパーテキストマークアップ言語 | MDN

    要素の text 型は、基本的な単一行のテキスト入力欄を生成します。...This page was last modified on 2024年7月28日 by . View this page on...

    developer.mozilla.org/ja/docs/Web/HTML/Element/...
  5. <input type="time"> - HTML(超文本标记语言) | MDN

    类型为 time 的 元素,旨在让用户轻松输入时间(小时和分钟,以及可选的秒)。...This page was last modified on 2024年12月13日 by . View this page on...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...
  6. <input type="tel"> - HTML(超文本标记语言) | MDN

    tel 类型的 元素用于让用户输入和编辑电话号码。不同于 ,在提交表单之前,输入值不会被自动验证为特定格式,因为世界各地的电话号码格式差别很大。...This page was last modified on 2024年12月13日 by . View this page on...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...
  7. HTML 表の高度な機能とアクセシビリティ - ウェブ開発を学ぶ | MDN

    このモジュールの 2 番目の記事では、HTML テーブルのより高度な機能 (キャプション/要約、行をテーブルのヘッダー、本文、フッターのセクションにグループ化するなど) や、視覚障碍のあるユーザーのためのテーブルのアクセシビリティについて調べます。...This page was last modified on 2024年8月26日 by . View this page on...

    developer.mozilla.org/ja/docs/Learn/HTML/Tables...
  8. Inheritance and the prototype chain - JavaScrip...

    In programming, inheritance refers to passing down characteristics from a parent to a child so that a new piece of code can reuse and build upon the features of an existing one. JavaScript implements inheritance by using objects. Each object has an internal link to another object called its prototype. That prototype object has a prototype of its own, and so on until an object is reached with null as its prototype. By definition, null has no prototype and acts as the final link in this prototype chain. It is possible to mutate any member of the prototype chain or even swap out the prototype at runtime, so concepts like static dispatching do not exist in JavaScript....was last modified on Oct 28, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  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)....was last modified on Nov 22, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Web/API/Web_Wo...
  10. Primeros pasos con HTML - Aprende desarrollo we...

    En este artículo, cubrimos los conceptos básicos de HTML. Para empezar, este artículo define elementos, atributos y todos los demás términos importantes que puedas haber escuchado. También explica dónde encajan en HTML. Aprenderás cómo se estructuran los elementos HTML, cómo se estructura una página HTML típica y otras características importantes del lenguaje básico. ¡En el camino, también tendrás la oportunidad de jugar con HTML!...was last modified on 28 jul 2024 by . View this page on GitHub...

    developer.mozilla.org/es/docs/Learn/HTML/Introd...