diff options
Diffstat (limited to 'files/hu/conflicting/web/api')
-rw-r--r-- | files/hu/conflicting/web/api/document_object_model/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/hu/conflicting/web/api/document_object_model/index.html b/files/hu/conflicting/web/api/document_object_model/index.html index e6f46bdce1..c27d27a0e3 100644 --- a/files/hu/conflicting/web/api/document_object_model/index.html +++ b/files/hu/conflicting/web/api/document_object_model/index.html @@ -1,11 +1,12 @@ --- title: DOM -slug: DOM +slug: conflicting/Web/API/Document_Object_Model tags: - DOM - minden_kategória translation_of: Web/API/Document_Object_Model translation_of_original: DOM +original_slug: DOM --- <div> <p>A dokumentumobjektum-modell (<strong>DOM</strong>) egy API a <a href="/hu/HTML" title="hu/HTML">HTML</a> és az <a href="/hu/XML" title="hu/XML">XML</a> documentumokhoz.<span class="comment">The <strong>Document Object Model</strong> (<strong>DOM</strong>) is an API for <a href="/hu/HTML">HTML</a> and <a href="/hu/XML">XML</a> documents.</span> A dokumentum szerkezetét modellezi és lehetővé teszi annak tartalmi és vizulális változtatását.<span class="comment">It provides a structural representation of the document, enabling you to modify its content and visual presentation.</span> Lényegében összeköttetést képez a weblapok és a script- vagy programozási nyelvek között. <span class="comment">Essentially, it connects web pages to scripts or programming languages.</span></p> |