Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 44,371 for

html

(0.07 sec)
  1. HTML attribute: required - HTML: HyperText Mark...

    The Boolean required attribute, if present, indicates that the user must specify a value for the input before the owning form can be submitted.... Example HTML html <form> <div class="group">...Specification HTML Standard # attr-input-required HTML Standard #...

    developer.mozilla.org/en-US/docs/Web/HTML/Attri...
  2. HTML-Attribut: required - HTML: HyperText Marku...

    Das Boolean required-Attribut gibt, falls vorhanden, an, dass der Benutzer einen Wert für die Eingabe angeben muss, bevor das zugehörige Formular übermittelt werden kann.... Beispiel HTML html <form> <div class="group">...Specification HTML Standard # attr-input-required HTML Standard #...

    developer.mozilla.org/de/docs/Web/HTML/Attribut...
  3. HTML attribute: accept - HTML: HyperText Markup...

    The accept attribute takes as its value a comma-separated list of one or more file types, or unique file type specifiers, describing which file types to allow....might use an <input> like this: html <input type="file" id="docpicker"...any format of that media type: html <input type="file" id="soundFile"...

    developer.mozilla.org/en-US/docs/Web/HTML/Attri...
  4. HTML-Attribut: accept - HTML: HyperText Markup ...

    Das accept-Attribut nimmt als Wert eine durch Kommata getrennte Liste von einem oder mehreren Dateitypen oder einzigartige Dateityp-Spezifizierer an, die beschreiben, welche Dateitypen erlaubt sind....<input> wie folgt verwenden: html <input type="file" id="docpicker"...dieses Medientyps einbeziehen: html <input type="file" id="soundFile"...

    developer.mozilla.org/de/docs/Web/HTML/Attribut...
  5. HTML attribute: multiple - HTML: HyperText Mark...

    The Boolean multiple attribute, if set, means the form control accepts one or more values. The attribute is valid for the email and file input types and the ,