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

reporting

(0.09 sec)
  1. 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....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/content
  2. CSS reference - CSS: Cascading Style Sheets | MDN

    Use this CSS reference to browse an alphabetical index of all of the standard CSS properties, pseudo-classes, pseudo-elements, data types, functional notations and at-rules. You can also browse key CSS concepts and a list of selectors organized by type. Also included is a brief DOM-CSS / CSSOM reference....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/Reference
  3. Django Tutorial Part 5: Creating our home page ...

    We just created the home page for our site — an HTML page that displays a number of records from the database and links to other yet-to-be-created pages. Along the way we learned fundamental information about URL mappers, views, querying the database with models, passing information to a template from a view, and creating and extending templates....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Server-s...
  4. Microformats - HTML (HyperText Markup Language)...

    Les microformats (parfois abrégés μF) sont des normes utilisées pour intégrer la sémantique et les données structurées dans le HTML, et fournir une API à utiliser par les moteurs de recherche, les agrégateurs et autres outils. Ces modèles minimaux de HTML sont utilisés pour marquer des entités allant d'informations fondamentales à des informations spécifiques à un domaine, telles que des personnes, des organisations, des événements et des lieux. Les microformats utilisent des vocabulaires de soutien pour décrire les objets et des paires nom-valeur pour attribuer des valeurs à leurs propriétés. Les propriétés sont transportées dans des attributs de classe qui peuvent être ajoutés à tout élément HTML, tandis que les valeurs des données réutilisent le contenu des éléments HTML et les attributs sémantiques. Microformats2 est une mise à jour de microformats qui offre un moyen plus simple d'annoter la syntaxe structurée et les vocabulaires HTML que les approches précédentes utilisant RDFa et microdata qui nécessitent l'apprentissage de nouveaux attributs....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/fr/docs/Web/HTML/microfor...
  5. <input type="range"> - HTML (HyperText Markup L...

    Les éléments dont l'attribut type vaut range permettent à l'utilisatrice ou l'utilisateur d'indiquer une valeur numérique comprise entre deux bornes. La valeur précise n'est pas considérée comme importante. Ces éléments sont généralement représentés avec un curseur sur une ligne ou comme un bouton de potentiel et non pas comme un champ de saisie (à la façon de number par exemple)....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/fr/docs/Web/HTML/Element/...
  6. <link> : l'élément de lien vers des ressources ...

    L'élément HTML définit la relation entre le document courant et une ressource externe. Cet élément peut être utilisé pour définir un lien vers une feuille de style, vers les icônes utilisées en barre de titre ou comme icône d'application sur les appareils mobiles....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/fr/docs/Web/HTML/Element/...
  7. The box model - Learn web development | MDN

    That's most of what you need to understand about the box model. You may want to return to this lesson in the future if you ever find yourself confused about how big boxes are in your layout....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  8. What is JavaScript? - Learn web development | MDN

    So there you go, your first step into the world of JavaScript. We've begun with just theory, to start getting you used to why you'd use JavaScript and what kind of things you can do with it. Along the way, you saw a few code examples and learned how JavaScript fits in with the rest of the code on your website, amongst other things....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  9. Live examples - The MDN Web Docs project | MDN

    MDN supports displaying code blocks within the articles as live samples, enabling readers to see both the code and its output as it would look on a web page. This feature allows readers to understand exactly what the executed code would produce, making the documentation dynamic and instructive. It also allows authors to be absolutely sure that the code blocks in documentation have the expected output, and work appropriately when used with different browsers....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/MDN/Writing_gu...
  10. How to write in Markdown - The MDN Web Docs pro...

    This page describes how we use Markdown to write documentation on MDN Web Docs. We have chosen GitHub-Flavored Markdown (GFM) as a baseline, and added some extensions to support some of the things we need to do on MDN that aren't readily supported in GFM....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/MDN/Writing_gu...