aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/document_object_model
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/document_object_model')
-rw-r--r--files/it/web/api/document_object_model/introduction/index.html (renamed from files/it/web/api/document_object_model/introduzione/index.html)3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/it/web/api/document_object_model/introduzione/index.html b/files/it/web/api/document_object_model/introduction/index.html
index 328caa0c5c..a3495f7665 100644
--- a/files/it/web/api/document_object_model/introduzione/index.html
+++ b/files/it/web/api/document_object_model/introduction/index.html
@@ -1,6 +1,6 @@
---
title: Introduzione al DOM
-slug: Web/API/Document_Object_Model/Introduzione
+slug: Web/API/Document_Object_Model/Introduction
tags:
- Beginner
- DOM
@@ -10,6 +10,7 @@ tags:
- Principianti
- Tutorial
translation_of: Web/API/Document_Object_Model/Introduction
+original_slug: Web/API/Document_Object_Model/Introduzione
---
<p><span class="seoSummary">Il <strong>Document Object Model</strong> (<strong>DOM</strong>) è la rappresentazione degli oggetti che comprendono la struttura e il contenuto di un documento sul web. In questa guida, introdurremo brevemente il DOM. Vedremo come il DOM rappresenta </span>un documento {{Glossary("HTML")}} o {{Glossary("XML")}} in memoria e come puoi usare le APIs per creare contenuti web e applicazioni.</p>