Sort Score
Result 10 results
Languages All
Labels All
Results 5,791 - 5,800 of 6,159 for

reporting

(0.14 sec)
  1. CSS values and units - CSS: Cascading Style She...

    Every CSS declaration includes a property / value pair. Depending on the property, the value can include a single integer or keyword, to a series of keywords and values with or without units. There are a common set of data types — values and units — that CSS properties accept. Below is an overview of most of these data types. Refer to the page for each value type for more detailed information....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_Va...
  2. repeating-conic-gradient() - CSS: Cascading Sty...

    The repeating-conic-gradient() CSS function creates an image consisting of a repeating gradient (rather than a single gradient) with color transitions rotated around a center point (rather than radiating from the center)....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/gradie...
  3. アクセシビリティ | MDN

    ウェブ開発におけるアクセシビリティとは、何らかの理由により能力に制約がある場合でも、可能な限り多くの人々がウェブサイトを使用できるようにすることを意味します。この記事では、アクセシビリティを考慮したコンテンツを開発するための情報を提供します。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ja/docs/Web/Accessibility
  4. Mozilla のスプラッシュページ - ウェブ開発を学ぶ | MDN

    今回の評価試験では、このモジュールの記事で説明したいくつかの技術の知識をテストするために、Mozilla のすべてついてのファンキーなスプラッシュページに、いくつかの画像と動画を追加してもらいます!...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ja/docs/Learn/HTML/Multim...
  5. <input type="range"> - HTML: Linguagem de Marca...

    elementos do tipo "range" deixam o usuário especificar um valor numérico que não deve ser inferior a um determinado valor, e não mais do que um valor máximo especificado. O valor preciso, no entanto, não é considerado importante. Este geralmente é representado por um controle deslizante ou o mesmo tipo de controle de "number" input. Como este tipo de elemento é impreciso, não deve ser usado a menos que o valor exato do controle não seja importante....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/pt-BR/docs/Web/HTML/Eleme...
  6. Debugging HTML - Aprendendo desenvolvimento web...

    Escrever HTML é legal, mas e se algo der errado, e você não conseguir descobrir onde está o erro no código? Este artigo apresentará algumas ferramentas que podem ajudá-lo a encontrar e corrigir erros no HTML....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/pt-BR/docs/Learn/HTML/Int...
  7. Ember interactivity: Events, classes and state ...

    OK, so that's great progress for now. We can now add todo items to our app, and the state of the data is tracked using our service. Next we'll move on to getting our footer functionality working, including the todo counter, and look at conditional rendering, including correctly styling todos when they've been checked. We'll also wire up our "Clear completed" button....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  8. CSS basics - Learn web development | MDN

    CSS (Cascading Style Sheets) is the code that styles web content. CSS basics walks through what you need to get started. We'll answer questions like: How do I make text red? How do I make content display at a certain location in the (webpage) layout? How do I decorate my webpage with background images and colors?...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Getting_...
  9. Getting started with Angular - Learn web develo...

    That's it for your first introduction to Angular. At this point you should be set up and ready to build an Angular app, and have a basic understanding of how Angular works. In the next article we'll deepen that knowledge and start to build up the structure of our to-do list application....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  10. animation - CSS: Cascading Style Sheets | MDN

    The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/animation