- HTML: HyperText Markup Language | MDN, - HTML: Linguagem de Marcação de Hipertexto | MDN,content - CSS: Cascading ">
Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 1,948 for

report generation

(0.08 sec)
  1. <input type="file"> - HTML: HyperText Markup La...

    elements with type="file" let the user choose one or more files from their device storage. Once chosen, the files can be uploaded to a server using form submission, or manipulated using JavaScript code and the File API....browser reports the size in absolute bytes). Generate a thumbnail...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  2. <input type="time"> - HTML: Linguagem de Marcaç...

    Elementos do tipo time (hora) criam campos de inserção que permitem que o usuário digite horários facilmente (horas e minutos e, opcionalmente, segundos).... In general, otherwise, support is good...elements are dynamically generated. div { margin-bottom: 10px;...

    developer.mozilla.org/pt-BR/docs/Web/HTML/Eleme...
  3. content - CSS: Cascading Style Sheets | MDN

    The content CSS property replaces content with a generated value. It can be used to define what is rendered inside an element or pseudo-element. For elements, the content property specifies whether the element renders normally (normal or none) or is replaced with an image (and associated "alt" text). For pseudo-elements and margin boxes, content defines the content as images, text, both, or none, which determines whether the element renders at all....property replaces content with a generated value. It can be used to define...the pseudo-element is not generated. When applied to an element...

    developer.mozilla.org/en-US/docs/Web/CSS/content
  4. MDN Web Docs roles and teams - The MDN Web Docs...

    The success and growth of the MDN Web Docs project is, in large part, due to our community of contributors. Some contributors have committed a portion of their time to assist with the daily tasks of running MDN Web Docs. Changes to the site, including maintenance tasks, are performed by employees, contractors, and a network of partners who are all dedicated to the health, growth, and maintenance of MDN Web Docs. The project relies heavily on roles and teams in the MDN organization on GitHub to manage and incorporate changes from these different groups. A list of the organization's members can be found here.... Submitting bug reports. Check out the kind of issues...questions, and maintaining the general health of their particular...

    developer.mozilla.org/en-US/docs/MDN/Community/...
  5. Creating our first Vue component - Learn web de...

    And that will do for this article. At this point we have a nicely-working ToDoItem component that can be passed a label to display, will store its checked state, and will be rendered with a unique id each time it is called. You can check if the unique ids are working by temporarily adding more calls into App.vue, and then checking their rendered output with your browser's DevTools....randomUUID() method to generate a unique string to keep component...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  6. <input type="text"> - HTML: Lenguaje de etiquet...

    Los elementos de tipo text crean campos de texto básicos de una sola línea.... Como regla general, debes evitar usarlos a menos...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/es/docs/Web/HTML/Element/...
  7. ARIA: treegrid role - Accessibility | MDN

    The treegrid role identifies an element as being grid whose rows can be expanded and collapsed in the same manner as for a tree....aria-labelledby attribute is generally the id of the element used...because screen readers are generally in application reading mode...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  8. content/files/en-us/learn/html/introduction_to_...

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....the following shows an error reported when trying to {{glossary("compile")}}...statement. The error message reported is error: unterminated double...

    github.com/mdn/content/blob/main/files/en-us/le...
  9. Basic shapes with shape-outside - CSS: Cascadin...

    CSS Shapes can be defined using the type. In this guide, we discuss creating rectangles, circles, ellipses, and polygons with the shape-outside property. These are features defined in the CSS shapes module....The below example combines generated content with a circle() function...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_sh...
  10. Your first form - Learn web development | MDN

    Congratulations, you've built your first web form. It looks like this live:...users to enter data, which is generally sent to a web server for processing...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Forms/Yo...