From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/hu/dom/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'files/hu/dom') diff --git a/files/hu/dom/index.html b/files/hu/dom/index.html index a87a730a58..e6f46bdce1 100644 --- a/files/hu/dom/index.html +++ b/files/hu/dom/index.html @@ -5,6 +5,7 @@ tags: - DOM - minden_kategória translation_of: Web/API/Document_Object_Model +translation_of_original: DOM ---

A dokumentumobjektum-modell (DOM) egy API a HTML és az XML documentumokhoz.The Document Object Model (DOM) is an API for HTML and XML documents. A dokumentum szerkezetét modellezi és lehetővé teszi annak tartalmi és vizulális változtatását.It provides a structural representation of the document, enabling you to modify its content and visual presentation. Lényegében összeköttetést képez a weblapok és a script- vagy programozási nyelvek között. Essentially, it connects web pages to scripts or programming languages.

-- cgit v1.2.3-54-g00ecf