- HTML: Lenguaje de etiquetas de hipertexto | MDN, - HTML(超文本标记语言) | ">
Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 6,159 for

reporting

(0.09 sec)
  1. Iteration protocols - JavaScript | MDN

    Iteration protocols aren't new built-ins or syntax, but protocols. These protocols can be implemented by any object by following some conventions....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  2. <input type="email"> - HTML: Lenguaje de etique...

    Los elementos de tipo email se utilizan para permitir que el usuario ingrese y edite una dirección de correo electrónico o, si se especifica el atributo multiple, una lista de direcciones de correo....View this page on GitHub • Report a problem with this content...

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

    type="date" 类型的 元素会创建一个让用户输入一个日期的输入区域,可以使用自动验证内容的文本框,也可以使用特殊的日期选择器界面。结果值包括年份,月份和日期,但不包括时间。time 和 datetime-local 类型支持时间和日期时间输入。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...
  4. Advanced text formatting - Learn web developmen...

    That marks the end of our study of HTML text semantics. Bear in mind that what you have seen during this course is not an exhaustive list of HTML text elements — we wanted to try to cover the essentials, and some of the more common ones you will see in the wild, or at least might find interesting. To find way more HTML elements, you can take a look at our HTML element reference (the Inline text semantics section would be a great place to start). In the next article, we'll look at the HTML elements you'd use to structure the different parts of an HTML document....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/HTML/Int...
  5. Images in HTML - Learn web development | MDN

    That's all for now. We have covered images and captions in detail. In the next article, we'll move it up a gear, looking at how to use HTML to embed video and audio content in web pages....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/HTML/Mul...
  6. 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....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. <object> 로부터 <iframe>까지 — 기타 임베딩 기술 - Web 개발 학습...

    이제 웹 페이지에 이미지와 비디오, 오디오를 추가하는 방법을 이해하셨을 겁니다. 이 시점에서 옆으로 한발 비켜서서, 웹 페이지에 다양한 형태의 콘텐츠를 넣을 수 있는