Sort Score
Result 10 results
Languages All
Labels All
Results 9,891 - 9,900 of 44,056 for

search

(0.16 sec)
  1. <area>: イメージマップ領域要素 - HTML: ハイパーテキストマークアップ言語 | MDN

    は HTML の要素で、イメージマップの中でクリック可能な領域をあらかじめ定義します。イメージマップでは、画像上の幾何学的な領域をハイパーテキストリンクと関連付けすることができます。...Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/ja/docs/Web/HTML/Element/...
  2. Добавление векторной графики в веб-документ - И...

    Векторная графика очень полезна во многих случаях. Она имеет малые размеры файла и высокую масштабируемость – при увеличении масштаба пиксели не увеличиваются вместе с графикой. В данной статье мы покажем, как встраивать векторную графику на Вашу страницу....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/ru/docs/Learn/HTML/Multim...
  3. 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....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/fr/docs/Web/HTML/microfor...
  4. <input type="date"> - HTML: Hypertext Markup La...

    date 유형의 요소는 유효성 검증을 포함하는 텍스트 상자 또는 특별한 날짜 선택 인터페이스를 사용해 날짜를 입력할 수 있는 입력 칸을 생성합니다....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  5. GroupDocs.Metadata for Java 19.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for Java 19.1. Major Features There are the following features and enhancements in this release: Add support for the Matroska multimedia container Add support for password-protected OneNote documents Reduce memory consumption of supported Visio formats Reduce memory consumption of supported OneNote formats Reduce memory consumption of supported CAD formats Reduce memory consumption of supported Email formats Reduce memory consumption of the MOV format Remove the obsolete code related to the TIFF/EXIF functionality Remove obsolete members of the DublinCorePackage class All Changes Key Summary Category METADATANET-519 Add support for the Matroska multimedia container New Feature METADATANET-2556 Add support for password-protected OneNote documents New Feature METADATANET-2513 Reduce memory consumption of supported Visio formats Enhancement METADATANET-2517 Reduce memory consumption of supported OneNote formats Enhancement METADATANET-2538 Reduce memory consumption of supported CAD formats Enhancement METADATANET-2539 Reduce memory consumption of supported Email formats Enhancement METADATANET-2544 Reduce memory consumption of the MOV format Enhancement METADATANET-1565 Remove the obsolete code related to the TIFF/EXIF functionality Enhancement METADATANET-1577 Remove obsolete members of the DublinCorePackage class Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs...ComparerSearchType . Intersection ); Search for EXIF tags using the SearchFacade...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  6. 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....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_Va...
  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....Skip to main content Skip to search Skip to select language Article...

    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?...Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Learn/Getting_...
  9. Text labels and names - Accessibility | MDN

    There are many situations in which a control, dialog, or other website feature should be given a descriptive name or label to allow users of assistive technologies to understand what its purpose is and how to operate it correctly. There are a number of different types of problems in this category, found in different contexts, and each has its own solution. The different problems and solutions are discussed in the sections below....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  10. Functions - JavaScript | MDN

    Generally speaking, a function is a "subprogram" that can be called by code external (or internal, in the case of recursion) to the function. Like the program itself, a function is composed of a sequence of statements called the function body. Values can be passed to a function as parameters, and the function will return a value....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/JavaScript...