| p:abstract
| - In computing, an HTML element indicates structure in an HTML document and a way of hierarchically arranging content. More specifically, an HTML element is an SGML element that meets the requirements of one or more of the HTML Document Type Definitions (DTDs). These elements have properties: both attributes and content, as specified (both allowable and required) according to the appropriate HTML DTD (for example, the HTML 4.01 strict DTD). Elements may represent headings, paragraphs, hypertext links, lists, embedded media, and a variety of other structures.
Syntactically HTML elements are constructed with:
* a start tag marking the beginning of an element
* any number of attributes (and their associated values)
* some amount of content (characters and other elements)
* an end tag
Many HTML elements include attributes in their start tags, defining desired behavior or indicating additional element properties.
The end tag is optional for many elements; in a minimal case, an empty element has no content and requires no end tag. There are a few elements that are not part of any official DTDs, yet are supported by some browsers and used by some web pages. Such elements may be ignored or displayed improperly on browsers not supporting them.
Informally, HTML elements are sometimes referred to as "tags" (an example of synecdoche), though many prefer the term tag strictly in reference to the semantic structures delimiting the start and end of an element.
XHTML is the successor to HTML 4.01; XHTML 1.0 supports the same elements as HTML 4 and in most cases valid XHTML 1.0 documents will be valid or nearly valid HTML 4 documents. XHTML 1.0 migrates HTML from its SGML underpinnings to an XML foundation. Accordingly, the discussion of elements within this article focuses on the final SGML based HTML, version 4.01 (unless noted otherwise). However, to the extent that XHTML 1.0 elements remain identical to the HTML 4.01 elements, the discussion remains applicable (see HTML for a discussion of the minor differences in content between XHTML 1.0 and HTML 4.01). (en)
- En informatique, un élément HTML indique la structure d'un document HTML. Jusqu'à la version 4.01 incluse de ce format, un élément HTML est un élément SGML qui satisfait aux exigences d'une ou plusieurs Définitions de Type de Document (DTD) de HTML.
Ces éléments ont des propriétés : les attributs et le contenu, comme spécifié (à la fois autorisé et exigé) selon la DTD HTML appropriée (par exemple, le HTML 4.01 strict DTD).
Les éléments peuvent représenter des en-têtes, des paragraphes, des liens hypertexte, des listes, des medias encapsulés, et diverses autres structures.
La version 4 de HTML comporte 91 éléments. (fr)
- In informatica, un "elemento HTML" indica una struttura in un documento HTML e un metodo per ordinare gerarchicamente i contenuti.
Più specificatamente, è un elemento SGML che soddisfa i requisiti di uno o più DTD HTML.
Gli elementi HTML consistono generalmente di quattro parti: un "tag di apertura" che definisce l'inizio di un elemento, i suoi attributi e i relativi valori, dei contenuti e un "tag di chiusura".
Il tag di chiusura è opzionale per molti elementi; in pochissimi casi un "elemento vuoto" non ha contenuti o tag di chiusura.
Gli elementi XHTML vanno sempre chiusi.
Gli elementi vuoti si chiudono aggiungendo una "/", come nei tag di chiusura (per questioni di retrocompatibilità è meglio mettere uno spazio prima della barra ).
Gli elementi possono rappresentare intestazioni, paragrafi, collegamenti ipertestuali, elenchi, oggetti multimediali incorporati e diverse altre strutture.
Ci sono alcuni elementi che non sono parte di nessun DTD ufficiale, ma sono supportati da alcuni browser e utilizzati da alcune pagine web.
Tali elementi possono essere ignorati o visualizzati impropriamente da browser che non li supportano.
Informalmente, gli elementi HTML sono qualche volta chiamati "tag" (un esempio di sineddoche), pensando che molti preferiscano il termine 'tag' in riferimento alle strutture semantiche che delimitano l'inizio e la fine di un elemento.
XHTML è il successore dell'HTML; XHTML 1.0 è compatibile all'indietro con HTML, mentre XHTML 2.0 no. (it)
- HTML要素(HTMLようそ、英: HTML element)は、HTMLでマークアップした文書を構成するものである。HTML文書は、複数のHTML要素が入れ子になって構成されている。 (ja)
- Dit is een lijst met HTML-elementen.
Een HTML-element is niet helemaal hetzelfde als een HTML-tag (voor dit laatste bestaat geen goed Nederlands woord). Een HTML-tag is een hoeveelheid letters omsloten door een "". Een HTML-element bestaat uit het geheel van begintag, tussenliggende elementen en eindtag.De elementen die in deze lijst staan kunnen in vier groepen ingedeeld worden:
# Maakt deel uit van de HTML 4.01-standaard.
# Afgekeurd (deprecated): maakt deel uit van de HTML 4.01-standaard, maar gebruik wordt afgeraden
# Verouderd (obsolete): hier genoemd als geen onderdeel specificatie (komt slechts twee keer voor, xmp en plaintext)
# Geen onderdeel specificatie: betekent dat het niet in de HTML-4.01-specificatie voorkomt. Browserfabrikanten hebben in een aantal gevallen tags bedacht die wel door hun browser wordt ondersteund, maar niet niet zijn overgenomen door anderen of de W3C.
Op de wikipedia worden de afzonderlijke tags niet behandeld, hoewel er wel enkele artikelen bestaan waar het verschijnsel dat een specifieke tag mee te maken heeft, aandacht krijgt. In die gevallen zijn de tags doorgelinkt naar dat artikel. Op wikibooks wordt gewerkt aan een cursus HTML, met voor elke tag een eigen bespreking. (nl)
- Эта статья посвящена в основном элементам HTML. Чтобы узнать о формате элементов Википедии, см. Википедия:Как редактировать статью и
----Элемент HTML — эта основная структурная единица веб-страницы. (ru)
|
| rdfs:comment
| - In computing, an HTML element indicates structure in an HTML document and a way of hierarchically arranging content. More specifically, an HTML element is an SGML element that meets the requirements of one or more of the HTML Document Type Definitions (DTDs). These elements have properties: both attributes and content, as specified (both allowable and required) according to the appropriate HTML DTD (for example, the HTML 4.01 strict DTD). (en)
- En informatique, un élément HTML indique la structure d'un document HTML. Jusqu'à la version 4.01 incluse de ce format, un élément HTML est un élément SGML qui satisfait aux exigences d'une ou plusieurs Définitions de Type de Document (DTD) de HTML. (fr)
- In informatica, un "elemento HTML" indica una struttura in un documento HTML e un metodo per ordinare gerarchicamente i contenuti. Più specificatamente, è un elemento SGML che soddisfa i requisiti di uno o più DTD HTML. Gli elementi HTML consistono generalmente di quattro parti: un "tag di apertura" che definisce l'inizio di un elemento, i suoi attributi e i relativi valori, dei contenuti e un "tag di chiusura". (it)
- HTML要素(HTMLようそ、英: HTML element)は、HTMLでマークアップした文書を構成するものである。HTML文書は、複数のHTML要素が入れ子になって構成されている。 (ja)
- Dit is een lijst met HTML-elementen. (nl)
- Эта статья посвящена в основном элементам HTML. Чтобы узнать о формате элементов Википедии, см. Википедия:Как редактировать статью и (ru)
|