diff options
Diffstat (limited to 'files/he/dom/index.html')
-rw-r--r-- | files/he/dom/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/he/dom/index.html b/files/he/dom/index.html new file mode 100644 index 0000000000..136335eb20 --- /dev/null +++ b/files/he/dom/index.html @@ -0,0 +1,13 @@ +--- +title: DOM +slug: DOM +--- +<div> +<p> </p> +<div> +<p><strong>Document Object Model</strong> הינו API עבור מסמכי <a href="/he/HTML" title="HTML">HTML</a> ו-<a href="/he/XML" title="XML">XML</a>. הוא מספק ייצוג מבני של המסמך המאפשר הן את שינוי תוכן המסמך ואת מראהו. עיקר תפקידו של ממשק זה, לאפשר לנו לחבר בין דפי אינטרנט לבין שפות תכנות.</p> +<h3 id="תיעוד">תיעוד</h3> +<dl> <dt><a href="/he/Gecko_DOM_Reference" title="he/Gecko_DOM_Reference">Gecko DOM</a></dt> <dd><small>The Gecko Document Object Model Reference.</small></dd> +</dl> +</div> +</div> |