About: Meta element     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Terminology106304059, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FMeta_element

Meta elements are tags used in HTML and XHTML documents to provide structured metadata about a Web page. They are part of a web page's head section. Multiple Meta elements with different attributes can be used on the same page. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other head elements and attributes. The meta element has two uses: either to emulate the use of an HTTP response header field, or to embed additional metadata within the HTML document.

AttributesValues
rdf:type
rdfs:label
  • Meta-Element (de)
  • Etiqueta meta (es)
  • Élément meta (fr)
  • Elemen meta (in)
  • Meta tag (it)
  • Meta要素 (ja)
  • Meta element (en)
  • 메타 엘리먼트 (ko)
  • Metatag (nl)
  • Metatag (pt)
  • Znacznik meta (pl)
  • Метатеги (ru)
  • Мета-теги (uk)
  • Meta元素 (zh)
rdfs:comment
  • Das Meta-Element (unspezifisch bzw. falsch oft als Meta-Tag bezeichnet) dient in HTML- oder XHTML-Dokumenten zur Angabe von Metadaten. Es wird als leeres Element innerhalb des head-Elements notiert. (de)
  • Las metaetiquetas, etiquetas meta o elementos meta (también conocidas por su nombre en inglés, meta tags) son etiquetas HTML que se incorporan en el encabezado de una página web y que resultan invisibles para un visitante normal, pero de gran utilidad para navegadores u otros programas que puedan valerse de esta información. Su propósito es el de incluir información (metadatos) de referencia sobre la página: autor, título, fecha, palabras clave, descripción, etc. (es)
  • Elemen meta adalah elemen atau tag dalam bahasa pemrograman HTML atau XHTML yang berfungsi sebagai pemberi informasi metadata dari sebuah halaman web. Elemen meta ini harus diletakkan pada bagian “head” dalam HTML tersebut. Tag meta ini dapat dipakai juga untuk menyatakan deskripsi/keterangan dari suatu halaman web dan untuk menjelaskan mengenai kata kunci (keyword) yang terkait serta untuk metadata lain tanpa “head”. Secara umum, terdapat beberapa macam meta tag dengan fungsi yang berbeda. Beberapa fungsi tersebut misalnya meta keywords, robots, dan description. (in)
  • 메타 엘리먼트(meta element)는 웹페이지에 대해 구조적인 메타데이터를 제공하기 위한 HTML, XHTML의 형태의 태그를 일컫는다. 메타 엘리먼트는 페이지 정보, 키워드와 같이 'head' 엘리먼트로 표현할 수 없는 메타정보를 기술하는데 사용된다. 메타 엘리먼트는 크게 두가지 용도로 사용될 수 있는데, HTML 문서에 추가적인 메타정보를 기술하기 위해 사용되기도 하며, HTTP 응답 헤더를 에뮬레이트하기 위해 사용되기도 한다. (ko)
  • meta要素(めたようそ)とは、一般に、ウェブページを記述するHTMLにおいて、ページを記述する文字コードや、そのコンテンツに関する著者や期限やキーワードといった、メタデータを表現するHTML要素(META element)である。 HTMLでは、meta要素に以下のいずれかの属性を必須としており、それぞれ用途が存在する。 * name属性 * http-equiv属性 * charset属性 * itemprop属性 このほか、上記の4つの属性を持たず、以下の属性を用いる場合もある。 * property属性 * で規定されているもので、現実にはでよく使われている。 (ja)
  • Znaczniki meta (ang. meta elements) – zbiór znaczników w sekcji nagłówkowej dokumentu używany do opisu jego zawartości, stosowany przy tworzeniu stron internetowych w formacie HTML oraz XHTML. Za ich pomocą można przypisać danemu dokumentowi takie wartości, jak adres e-mail, imię i nazwisko autora strony, datę jej powstania, słowa kluczowe itp. Można również zadeklarować kodowanie strony. (pl)
  • Метатеги (англ. meta tags) — (X)HTML-теги, предназначенные для предоставления структурированных метаданных (дополнительных, сопроводительных) о веб-странице. Как правило, указываются в заголовке (теге ) (X)HTML-документа.Элемент Meta принимает как минимум четыре атрибута: content, http-equiv, name и scheme. Из них обязателен только атрибут content и исключение тег revisit. Практически не стандартизированы, разрабатываются различными сервисами и поставщиками браузеров по своему усмотрению и регламентируются лишь «изобретателями». Лишь небольшая часть часто используемых или «изобретенных» достаточно давно распознаётся и обрабатывается относительно одинаково. (ru)
  • Мета-теги (англ. meta-tags) — (X) HTML-теги, призначені для надання структурованих метаданих про вебсторінки. Зазвичай, вказуються в заголовку (X) HTML-документа. Елемент meta приймає як мінімум чотири атрибута: content, http-equiv, name і scheme. З них обов'язковий лише атрибут content і виняток тег revisit. (uk)
  • Meta元素是HTML和XHTML文档中用来提供关于網頁的结构化元数据的标签。它们是网页head的一部分。具有不同属性的多个Meta元素可以在同一页面上使用。Meta元素可用于指定页面描述、关键字以及未在其他head元素、属性中提供的其他元数据。 Meta元素有两个用途:模拟HTTP响应头字段的使用,或者在HTML文档中嵌入额外的元数据。 对于包含HTML 4.01和XHTML的HTML,有四个有效的属性:content、http-equiv、name和scheme。在HTML 5下,现在有五个有效的属性,添加了charset。http-equiv用于模拟HTTP标题,并用name来嵌入元数据。无论哪种情况,语句的值都包含在content属性中,除非给出charset,否则这是唯一必需的属性。charset用于指示文档的字符集,可用于HTML5。 这些元素必须作为标签放置在HTML或XHTML文档的head一节。 该元素的两个不同部分是: * 标题标签 * 元描述 (zh)
  • Meta elements are tags used in HTML and XHTML documents to provide structured metadata about a Web page. They are part of a web page's head section. Multiple Meta elements with different attributes can be used on the same page. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other head elements and attributes. The meta element has two uses: either to emulate the use of an HTTP response header field, or to embed additional metadata within the HTML document. (en)
  • Un élément meta (ou métaélément, ou balise meta, ou meta tag par analogie avec l’anglais) est une information qui porte sur la nature et le contenu d’une page web, ajoutée dans l’en-tête de la page au moyen de marqueurs HTML. L'élément meta a servi en premier lieu de clé d'accès supplémentaire pour les outils de recherche d’information (moteurs de recherche). Les mots-clés ont alors permis aux robots des moteurs de recherche d’indexer les pages web dans les bases de données, suivant différentes entrées. (fr)
  • I meta tag, o tag meta, sono metadati utilizzabili nell'HTML per veicolare informazioni aggiuntive correlate alla pagina web che ne fa uso. Sono in genere analizzati e utilizzati per mezzo di sistemi automatici (come i browser o i motori di ricerca), che li possono elaborare per fornire servizi o funzionalità specifiche. I tag meta, non essendo formalmente codificati, possono essere utilizzati a discrezione del webmaster secondo le proprie necessità. Gli unici elementi richiesti dalla grammatica formale sono l'utilizzo di un attributo "name" e di un attributo "content". (it)
  • Een metatag is een veld in een document dat specifieke metadata bevat. Een document kan doorgaans meerdere metatags bevatten, die informatie geven over het document. Metatags zijn bedoeld om (niet normaal zichtbare) informatie op te nemen over de inhoud van een website of een webpagina. Hiertoe wordt in de code van de pagina eerst een aanduiding opgenomen van het soort informatie, en daarna de informatie zelf. Die laatste kan beschrijvend van aard zijn, of kan een opsomming van trefwoorden bevatten. (nl)
rdfs:seeAlso
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 67 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software